Remove unneeded ESLint config file.

We have /site/.eslintrc.json that covers this.
This commit is contained in:
XhmikosR 2018-11-28 13:05:31 +02:00
parent 05dfae3146
commit 7492c12089
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{
"env": {
"es6": false,
"jquery": true
},
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../../js/tests/unit/.eslintrc.json"
}