twbs--bootstrap/site/.eslintrc.json

18 lines
325 B
JSON

{
"env": {
"browser": true,
"node": false
},
"parserOptions": {
"sourceType": "script"
},
"extends": "../.eslintrc.json",
"rules": {
"no-new": "off",
"prefer-template": "error",
"strict": "error",
"unicorn/no-array-for-each": "off",
"unicorn/numeric-separators-style": "off"
}
}