From 847e6b03cb18d5df408562ab0f705d2dff41f82e Mon Sep 17 00:00:00 2001 From: 3nprob <74199244+3nprob@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:15:36 +0000 Subject: [PATCH] Document where new linting rules go (#23035) Co-authored-by: Michael Weimann --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index a3dd5073cf..4f742befad 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,6 +23,8 @@ module.exports = { "plugin:matrix-org/typescript", "plugin:matrix-org/react", ], + // 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: { // Things we do that break the ideal style "prefer-promise-reject-errors": "off",