Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit dd1d485

Browse files
committed
Switch "ecmaFeatures" → "parserOptions" in eslintrc
The new version of eslint hard-errors on "ecmaFeatures".
1 parent 6196a92 commit dd1d485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": true
1111
},
1212

13-
"ecmaFeatures": {
13+
"parserOptions": {
1414
"arrowFunctions": true,
1515
"binaryLiterals": true,
1616
"blockBindings": true,

0 commit comments

Comments
 (0)