Skip to content

Commit 721172f

Browse files
committed
chore: upgrade eslint java version to 2018
1 parent aa5b99b commit 721172f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
node: true
33

44
parserOptions:
5-
ecmaVersion: 8
5+
ecmaVersion: 2018
66

77
extends:
88
- eslint:recommended
@@ -38,4 +38,4 @@ rules:
3838
mocha/no-sibling-hooks: 0
3939
mocha/no-skipped-tests: 0
4040

41-
node/no-deprecated-api: 0
41+
node/no-deprecated-api: 0

0 commit comments

Comments
 (0)