Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 0ac1d16

Browse files
committed
chore: fix eslint parser option
1 parent 286e35b commit 0ac1d16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
},
1616
parserOptions: {
1717
parser: 'babel-eslint',
18-
sourceType: 'module'
18+
sourceType: 'module',
19+
ecmaVersion: 2019
1920
}
2021
}

0 commit comments

Comments
 (0)