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:43:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-14 16:54:50 +0300
commitb9f7668cf65ab166660d5695affb72d2553f59a9 (patch)
tree3475949a50e33ebe7f751141ca10dad94f644f59 /.eslintrc.json
parent470e99ed5f53f8a94df9e501fcc30423151be324 (diff)
Switch to `String.includes()`
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 4c49fd0b1d..98e24c656a 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -51,7 +51,6 @@
"unicorn/no-useless-undefined": "off",
"unicorn/prefer-array-find": "off",
"unicorn/prefer-dataset": "off",
- "unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",
"unicorn/prefer-number-properties": "off",