0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Bootstrap/site/docs/4.1/examples/.eslintrc.json
2018-08-12 21:15:55 +03:00

12 lines
188 B
JSON

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