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-02 16:56:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-14 16:54:50 +0300
commit6d7bc54d222709275b0eb73bd6b974509332247a (patch)
tree311222b691df1d7d6b237cd6fc74bae721911cd2 /.eslintrc.json
parent2e758f64cf7da4a8612992a027704d9f10686b20 (diff)
Switch to `Set#has()`
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a4a22e5cd2..b53ecb1a85 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -55,7 +55,6 @@
"unicorn/prefer-node-remove": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
- "unicorn/prefer-set-has": "off",
"unicorn/prevent-abbreviations": "off"
}
}