bootstrap5/js/tests/visual/.eslintrc.json
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

19 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"
}
}