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
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 /site/.eslintrc.json
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 'site/.eslintrc.json')
-rw-r--r--site/.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 690606863e..f7b6b4a7f3 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -33,7 +33,6 @@
"never"
],
"strict": "error",
- "unicorn/consistent-function-scoping": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/prefer-dataset": "off",