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
commit e702d9cfdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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