mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
37f2c04c5f
* Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency
17 lines
199 B
JSON
17 lines
199 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../../.eslintrc.json"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.spec.js"
|
|
],
|
|
"env": {
|
|
"jasmine": true
|
|
}
|
|
}
|
|
]
|
|
}
|