mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SecureLinkFixer
synced 2024-11-24 15:43:39 +00:00
build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit 0e1023e00a
.
Change-Id: Id0b616dc576fe6beeb95ac4946f040af788f708b
This commit is contained in:
parent
0e1023e00a
commit
d13fcc6211
|
@ -7,28 +7,5 @@
|
|||
"globals": {
|
||||
"mw": false,
|
||||
"$": false
|
||||
},
|
||||
"rules": {
|
||||
"brace-style": "warn",
|
||||
"camelcase": "warn",
|
||||
"eqeqeq": "warn",
|
||||
"max-len": "warn",
|
||||
"max-statements-per-line": "warn",
|
||||
"new-cap": "warn",
|
||||
"no-constant-condition": "warn",
|
||||
"no-dupe-keys": "warn",
|
||||
"no-empty": "warn",
|
||||
"no-implicit-globals": "warn",
|
||||
"no-mixed-spaces-and-tabs": "warn",
|
||||
"no-redeclare": "warn",
|
||||
"no-tabs": "warn",
|
||||
"no-undef": "warn",
|
||||
"no-underscore-dangle": "warn",
|
||||
"no-unused-vars": "warn",
|
||||
"no-use-before-define": "warn",
|
||||
"no-useless-concat": "warn",
|
||||
"one-var": "warn",
|
||||
"valid-jsdoc": "warn",
|
||||
"vars-on-top": "warn"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue