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

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a4a2b42..2a4be24 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -200,6 +200,7 @@
"no-unsafe-negation": "error",
"no-unused-expressions": "error",
"no-unused-labels": "error",
+ "no-unused-vars": "off",
"no-use-before-define": "error",
"no-useless-call": "error",
"no-useless-computed-key": "error",