mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-12 00:08:59 +01:00
20 lines
301 B
JSON
20 lines
301 B
JSON
{
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"extends": "../../../.eslintrc.json",
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"settings": {
|
|
"html/html-extensions": [
|
|
".html"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-console": "off",
|
|
"no-new": "off",
|
|
"unicorn/no-array-for-each": "off"
|
|
}
|
|
}
|