From 6c500f2d69a87e00b1cd778548f072e631a63200 Mon Sep 17 00:00:00 2001 From: ITOH Date: Wed, 9 Feb 2022 18:50:59 +0100 Subject: [PATCH] style: deny changes to `deno.json` (#2022) --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e09123cf0..1d728c297 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,6 +17,7 @@ ## Style Guide +- Do not make changes to the `deno.json` configuration file. - File names shall use camel case. - Comply with [these guidelines for inclusive code](https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md).