Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-04 19:32:09 +0300
committerGitHub <noreply@github.com>2020-05-04 19:32:09 +0300
commit37f2c04c5f05a9eb1c26e615c4edf12b8a0fa5f9 (patch)
tree9ad1779599e37b43a9a76b0f3f6433586bdfd5e6 /js
parent9e8d6ba3f84a9676bc1fe47ceeee68467c0c7ffe (diff)
Clean up lint rules (#30721)
* Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index a8c1a6ae34..e7f8d5d2a9 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -5,7 +5,9 @@
],
"overrides": [
{
- "files": ["**/*.spec.js"],
+ "files": [
+ "**/*.spec.js"
+ ],
"env": {
"jasmine": true
}