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>2018-07-28 21:47:14 +0300
committerMark Otto <otto@github.com>2018-07-30 00:07:38 +0300
commitc73b4a705efa5585c72f9ea089a4df925b9509c1 (patch)
tree82eb853b939f866d47ee5c4622db4dbc5c20b590 /.eslintrc.json
parent70ad98d34d105836b109e02574d36ed2a9d91d48 (diff)
Update devDependencies and gems.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 38ba819fd7..bfd2d333ae 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,7 @@
"browser": true,
"es6": true
},
- "extends": ["eslint:recommended", "plugin:compat/recommended"],
+ "extends": ["eslint:recommended"],
"rules": {
// Possible Errors
"no-await-in-loop": "error",