mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"env": {
|
|
"es6": false,
|
|
"jquery": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
"sourceType": "script"
|
|
},
|
|
"extends": "../../../../js/tests/unit/.eslintrc.json"
|
|
}
|