Skip to content

Commit

Permalink
remove parserOption from "import/resolver". might be unnecerary settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Oct 29, 2023
1 parent 2ad5b18 commit e1357da
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,6 @@ module.exports = {
'valid-typeof': 'warn',
},
settings: {
'import/parsers': {
// @TODO I have already set up @typescript-eslint/parser at the top level, so from the description, this .ext array seems to be blank. https://github.com/import-js/eslint-plugin-import#importparsers
'@typescript-eslint/parser': [
'.mjs',
'.js',
'cjs',
'.jsx',
'.ts',
'.tsx',
],
},
'import/resolver': {
node: {
extensions: ['.mjs', '.js', 'cjs', '.jsx', '.ts', '.tsx'],
Expand Down

0 comments on commit e1357da

Please sign in to comment.