Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-04 09:58:12 +0300
committerGitHub <noreply@github.com>2021-08-04 09:58:12 +0300
commit3fa5796687b872a7cb0e5cf86d743896e6abfbe2 (patch)
treed7dd82c9c96dbbbcf6e844fa9e3c43635df112f5 /package.json
parent31780a461fb1ad0c6e9a43b315eb47e8f801cfcb (diff)
Switch to using for...of (#414)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index a356317..477c781 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,6 @@
"after"
],
"promise/prefer-await-to-then": "off",
- "unicorn/no-array-for-each": "off",
"unicorn/prefer-module": "off",
"unicorn/prevent-abbreviations": "off"
}