mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 19:00:59 +00:00
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"env": {
|
|
"es6": false,
|
|
"jquery": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
"sourceType": "script"
|
|
},
|
|
"extends": "../../../js/tests/unit/.eslintrc.json"
|
|
}
|