mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
37f2c04c5f
* Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency
15 lines
210 B
JSON
15 lines
210 B
JSON
{
|
|
"env": {
|
|
"browser": false,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
"extends": "../.eslintrc.json",
|
|
"rules": {
|
|
"no-console": "off",
|
|
"strict": "error"
|
|
}
|
|
}
|