Skip to content

Commit

Permalink
fix: remove parserOptions from recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design authored Aug 30, 2023
1 parent 6b95a02 commit f8fc7ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@ module.exports = {
'import/no-named-as-default-member': 'warn',
'import/no-duplicates': 'warn',
},

// need all these for parsing dependencies (even if _your_ code doesn't need
// all of them)
parserOptions: {
sourceType: 'module',
ecmaVersion: 2018,
},
};

0 comments on commit f8fc7ae

Please sign in to comment.