AdminLTE/build/npm/.eslintrc.json

15 lines
213 B
JSON
Raw Normal View History

{
"env": {
"browser": false,
"node": true
},
"parserOptions": {
"sourceType": "script"
},
"extends": "../../.eslintrc.json",
"rules": {
"no-console": "off",
"strict": "error"
}
}