mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove unneeded ESLint config file.
We have /site/.eslintrc.json that covers this.
This commit is contained in:
parent
05dfae3146
commit
7492c12089
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"env": {
|
|
||||||
"es6": false,
|
|
||||||
"jquery": true
|
|
||||||
},
|
|
||||||
"parserOptions": {
|
|
||||||
"ecmaVersion": 5,
|
|
||||||
"sourceType": "script"
|
|
||||||
},
|
|
||||||
"extends": "../../../../js/tests/unit/.eslintrc.json"
|
|
||||||
}
|
|
Loading…
Reference in a new issue