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-14 09:26:44 +0300
committerGitHub <noreply@github.com>2020-05-14 09:26:44 +0300
commitddf39a509213d697857e112d1a7f7a3fc8830d65 (patch)
tree1d280e118129633cb6bcb48c215d94505a179850 /.eslintrc.json
parent1eaae4fa1ff141c9e5a478d11a4fc9406c275f89 (diff)
Update devDependencies (#30807)
* eslint ^6.8.0 → ^7.0.0 * eslint-plugin-unicorn ^19.0.1 → ^20.0.0 * karma-jasmine-html-reporter ^1.5.3 → ^1.5.4 * lockfile-lint ^4.2.2 → ^4.3.4 * rollup ^2.9.1 → ^2.10.0
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 8c6a5a3e37..af472af651 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -43,11 +43,13 @@
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
+ "unicorn/no-useless-undefined": "off",
"unicorn/prefer-dataset": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",
"unicorn/prefer-number-properties": "off",
+ "unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-set-has": "off",
"unicorn/prevent-abbreviations": "off"