build: Update linters

Change-Id: I20e4794d0f565a284917f35d15736e3f33523856
This commit is contained in:
Ed Sanders
2018-09-08 11:17:15 +01:00
committed by jenkins-bot
parent 53769b2084
commit 2024009482
4 changed files with 22 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
{
"extends": "wikimedia",
"env": {
"browser": true,
"qunit": true
"browser": true
},
"globals": {
"$": false,
@@ -10,6 +9,7 @@
"OO": false
},
"rules": {
"dot-notation": [ "error", { "allowKeywords": true } ]
"dot-notation": [ "error", { "allowKeywords": true } ],
"max-len": 0
}
}