Skip to content

Commit 2afc09b

Browse files
greenkeeper[bot]peril-parse-community[bot]
authored andcommitted
Update eslint to the latest version πŸš€ (#843)
* chore(package): update eslint to version 6.0.0 * chore(package): update lockfile package-lock.json * Update eslint to 6.0.1
1 parent 294a09a commit 2afc09b

File tree

3 files changed

+44
-59
lines changed

3 files changed

+44
-59
lines changed

β€Ž.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"space-infix-ops": "error",
2525
"no-useless-escape": "off",
2626
"no-var": "error",
27-
"no-console": 0
27+
"no-console": 0,
28+
"no-prototype-builtins": "off",
29+
"require-atomic-updates": "off"
2830
}
2931
}

β€Žpackage-lock.json

Lines changed: 40 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"browserify": "16.2.3",
5353
"codecov": "3.5.0",
5454
"cross-env": "5.2.0",
55-
"eslint": "5.16.0",
55+
"eslint": "6.0.1",
5656
"eslint-plugin-flowtype": "3.9.1",
5757
"express": "4.17.1",
5858
"gulp": "4.0.2",

0 commit comments

Comments
Β (0)