Skip to content

Commit c66fb63

Browse files
Update deps
1 parent adad8bb commit c66fb63

File tree

4 files changed

+772
-518
lines changed

4 files changed

+772
-518
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"plugin:mocha/recommended",
1313
"prettier"
1414
],
15-
"plugins": ["prettier", "babel", "standard", "promise", "import", "flowtype", "standard", "simple-import-sort", "mocha"],
15+
"plugins": ["prettier", "babel", "promise", "import", "flowtype", "simple-import-sort", "mocha"],
1616
"parser": "babel-eslint",
1717
"parserOptions": {
1818
"sourceType": "module",

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"airbnb-base",
1313
"prettier"
1414
],
15-
"plugins": ["prettier", "babel", "standard", "promise", "import", "flowtype", "standard", "simple-import-sort"],
15+
"plugins": ["prettier", "babel", "promise", "import", "flowtype", "simple-import-sort"],
1616
"parser": "babel-eslint",
1717
"parserOptions": {
1818
"sourceType": "module",

0 commit comments

Comments
 (0)