Skip to content

Commit f8fc7ae

Browse files
authored
fix: remove parserOptions from recommended config
1 parent 6b95a02 commit f8fc7ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/recommended.js

-7
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,4 @@ module.exports = {
1818
'import/no-named-as-default-member': 'warn',
1919
'import/no-duplicates': 'warn',
2020
},
21-
22-
// need all these for parsing dependencies (even if _your_ code doesn't need
23-
// all of them)
24-
parserOptions: {
25-
sourceType: 'module',
26-
ecmaVersion: 2018,
27-
},
2821
};

0 commit comments

Comments
 (0)