Merge "build: Introduce eslint-plugin-qunit"

This commit is contained in:
jenkins-bot 2018-05-30 21:01:55 +00:00 committed by Gerrit Code Review
commit fbdb76fd80
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"extends": [
"../../../.eslintrc.json",
"plugin:qunit/recommended",
"plugin:qunit/two"
],
"rules": {
"qunit/require-expect": 0
},
"plugins": [ "qunit" ]
}

View file

@ -11,6 +11,7 @@
},
"devDependencies": {
"eslint-config-wikimedia": "0.5.0",
"eslint-plugin-qunit": "3.2.1",
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-copy": "1.0.0",