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:
authorHerst <Herst@users.noreply.github.com>2018-09-08 09:06:45 +0300
committerHerst <Herst@users.noreply.github.com>2019-08-19 09:51:39 +0300
commit79432469f6657fb8719474e6cd2c9df821ce2ecf (patch)
tree6b7b13a7cd5200a9bacf5e142e8cb49b95950249
parentece50c13b0be693ce2f818d5dfeec4624223afe0 (diff)
Make eslint temporarily less strict
-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",