Merge pull request #398 from 3nprob/document-eslint-rules

Document eslint rules
This commit is contained in:
Michael Weimann
2022-08-09 16:15:26 +02:00
committed by GitHub

View File

@@ -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",