mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-03 18:24:42 +00:00
* Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency
16 lines
199 B
JSON
16 lines
199 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../../.eslintrc.json"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.spec.js"
|
|
],
|
|
"env": {
|
|
"jasmine": true
|
|
}
|
|
}
|
|
]
|
|
}
|