2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/build/.eslintrc.json
T
2021-08-31 15:54:39 +03:00

16 lines
238 B
JSON

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