Skip to content

Commit 63830f4

Browse files
committed
Fix sourceType
1 parent abcf6cb commit 63830f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module.exports = {
22
parser: 'babel-eslint',
3+
parserOptions: {
4+
sourceType: 'script',
5+
},
36
plugins: ['prettier', 'markdown', 'html', 'fp'],
47
extends: [
58
'eslint:recommended',

0 commit comments

Comments
 (0)