1
0
Fork 0
bootstrap-html/build/.eslintrc.json

16 lines
255 B
JSON
Raw Normal View History

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