From ec03783b7b5d9325bd7f16e0957a15143562741e Mon Sep 17 00:00:00 2001 From: 3nprob <3nprob@example.com> Date: Tue, 9 Aug 2022 19:07:25 +0900 Subject: [PATCH] Document where new linting rules go --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 007c7bf..6795f11 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,8 @@ module.exports = { // we also have some browser code (ie. the preload script) browser: true, }, + // NOTE: These rules are frozen and new rules should not be added here. + // New changes belong in https://github.com/matrix-org/eslint-plugin-matrix-org/ rules: { "quotes": "off", "indent": "off",