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-03-26 18:49:45 +0300
committerGitHub <noreply@github.com>2020-03-26 18:49:45 +0300
commit860b511e0339df6c5baffa9671c84ef5f0c26abd (patch)
tree856d1533d3b2f6fdc454166df197cc7cd2c24164 /.eslintrc.json
parentb9bc5beb1de82b3a97f6374fc429cb8f292bd18e (diff)
Update eslint-plugin-unicorn to v18.0.0 (#30461)
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 b3f1688768..7ccce3214c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -45,7 +45,9 @@
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",
+ "unicorn/prefer-number-properties": "off",
"unicorn/prefer-query-selector": "off",
+ "unicorn/prefer-set-has": "off",
"unicorn/prefer-text-content": "off",
"unicorn/prevent-abbreviations": "off"
}