mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 18:20:24 +00:00
14 lines
183 B
JSON
14 lines
183 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../../.eslintrc.json"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.spec.js"],
|
|
"env": {
|
|
"jasmine": true
|
|
}
|
|
}
|
|
]
|
|
}
|