mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-24 00:13:27 +00:00
build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit 1cb5c2f93b
.
Change-Id: I581ad903e73e3028648a24363232218cee17fe1e
This commit is contained in:
parent
1cb5c2f93b
commit
586a64e657
|
@ -1,27 +1,4 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": "wikimedia",
|
||||
"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"
|
||||
}
|
||||
"extends": "wikimedia"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue