mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 06:06:47 +02:00
Minor ESLint rules cleanup (#32904)
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
{
|
||||
"root": true,
|
||||
"extends": [
|
||||
"../../../.eslintrc.json"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.spec.js"
|
||||
],
|
||||
"env": {
|
||||
"jasmine": true
|
||||
}
|
||||
}
|
||||
]
|
||||
"env": {
|
||||
"jasmine": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user