mdb-ui-kit/docs/4.0/examples/.eslintrc.json

12 lines
185 B
JSON
Raw Normal View History

2018-01-23 15:30:37 +03:00
{
"env": {
"es6": false,
"jquery": true
},
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../js/tests/unit/.eslintrc.json"
}