0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/js/tests/unit/.eslintrc.json

17 lines
199 B
JSON
Raw Normal View History

2019-03-13 15:23:50 +01:00
{
"root": true,
"extends": [
"../../../.eslintrc.json"
2019-03-13 15:23:50 +01:00
],
"overrides": [
{
"files": [
"**/*.spec.js"
],
2019-03-13 15:23:50 +01:00
"env": {
"jasmine": true
}
}
]
}