mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-24 07:13:27 +00:00
eslint: Drop 'dot-notation' rule
Bug: T210552 Change-Id: Id2e19a985ee0c80745d0a25c14d9a53b442ceda0
This commit is contained in:
parent
a20803d132
commit
bbf2d290e7
|
@ -9,7 +9,6 @@
|
||||||
"OO": false
|
"OO": false
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"dot-notation": [ "error", { "allowKeywords": true } ],
|
|
||||||
"max-len": 0
|
"max-len": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue