Skip to content

Commit 6865c49

Browse files
committed
chore: update deps and lint style
No change to logic. This updates dependencies and upgrades the lint style to es6. This also commits package-lock.json to the repo.
1 parent c581c18 commit 6865c49

File tree

4 files changed

+4258
-17
lines changed

4 files changed

+4258
-17
lines changed

.eslintrc.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
},
55
"extends": "airbnb-base",
66
"rules": {
7-
"import/no-mutable-exports": 0,
7+
"comma-dangle": 0,
8+
"curly": 0,
9+
"func-names": 0,
810
"global-require": 0,
9-
"vars-on-top": 0,
10-
"spaced-comment": [2, "always", { "markers": ["@", "@include"], "exceptions": ["@"] }],
11-
"no-param-reassign": 0,
11+
"import/order": 0,
1212
"no-console": 0,
13-
"curly": 0,
13+
"no-else-return": 0,
14+
"no-param-reassign": 0,
15+
"no-plusplus": 0,
16+
"no-restricted-globals": 0,
1417
"no-var": 0,
1518
"prefer-arrow-callback": 0,
1619
"prefer-template": 0,
17-
"func-names": 0,
18-
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
19-
"import/order": 0,
20-
"no-restricted-globals": 0,
20+
"spaced-comment": [2, "always", { "markers": ["@", "@include"], "exceptions": ["@"] }],
21+
"vars-on-top": 0,
2122
"new-cap": [2, {
2223
"capIsNewExceptions": [
2324
"ShellString"

.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)