2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Clean up lint rules (#30721)

* Remove unneeded rule suppression
* Format tests/unit/.eslintrc.json
* build/.eslintrc.json: add strict for consistency
This commit is contained in:
XhmikosR
2020-05-04 19:32:09 +03:00
committed by GitHub
parent 9e8d6ba3f8
commit 37f2c04c5f
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
],
"overrides": [
{
"files": ["**/*.spec.js"],
"files": [
"**/*.spec.js"
],
"env": {
"jasmine": true
}