lb-dk-2023/assets/bootstrap-4.5.2/build/.eslintrc.json

20 lines
356 B
JSON
Raw Permalink Normal View History

2023-08-15 17:02:21 +02:00
{
"env": {
"browser": false,
"node": true
},
"parserOptions": {
"sourceType": "script"
},
"extends": "../.eslintrc.json",
"rules": {
"consistent-return": "off",
"func-style": "off",
"no-console": "off",
"no-magic-numbers": "off",
"no-process-exit": "off",
"no-sync": "off",
"spaced-comment": "off"
}
}