0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/js/tests/unit/.eslintrc.json
XhmikosR 37f2c04c5f
Clean up lint rules (#30721)
* Remove unneeded rule suppression
* Format tests/unit/.eslintrc.json
* build/.eslintrc.json: add strict for consistency
2020-05-04 19:32:09 +03:00

17 lines
199 B
JSON

{
"root": true,
"extends": [
"../../../.eslintrc.json"
],
"overrides": [
{
"files": [
"**/*.spec.js"
],
"env": {
"jasmine": true
}
}
]
}