mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +01:00
Merge pull request #398 from 3nprob/document-eslint-rules
Document eslint rules
This commit is contained in:
commit
e702d9cfdc
@ -12,6 +12,8 @@ module.exports = {
|
|||||||
// we also have some browser code (ie. the preload script)
|
// we also have some browser code (ie. the preload script)
|
||||||
browser: true,
|
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: {
|
rules: {
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
"indent": "off",
|
"indent": "off",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user