twbs--bootstrap/docs/4.1/examples/.eslintrc.json

12 lines
185 B
JSON

{
"env": {
"es6": false,
"jquery": true
},
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../js/tests/unit/.eslintrc.json"
}