Skip to content

Commit b798028

Browse files
committed
Upgrade EcmaScript version to support the regex
1 parent b0c7ff1 commit b798028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mocha": true
77
},
88
"parserOptions": {
9-
"ecmaVersion": 8
9+
"ecmaVersion": 2018
1010
},
1111
"rules": {
1212
"semi": ["warn", "never"],

0 commit comments

Comments
 (0)