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-02-17 22:24:34 +0300
committerGitHub <noreply@github.com>2020-02-17 22:24:34 +0300
commitd191d57445e86542c76fba2b289df73e1843e76a (patch)
tree7dcde93c0400f39e6af5e24aaf081e6268f088f7 /.eslintrc.json
parent9c57f79d6b097e424066cb21081e5989ee596bdf (diff)
Update devDependencies (#30198)
* eslint-config-xo 0.29.1 * eslint-plugin-unicorn 16.1.1 * rollup 1.31.1 * stylelint 13.2.0
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 422546a580..035d88d4e6 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -32,6 +32,7 @@
"error",
"always"
],
+ "prefer-named-capture-group": "off",
"semi": [
"error",
"never"