Skip to content

Commit

Permalink
Remove prettier/@typescript-eslint (no longer needed, the prettier pl…
Browse files Browse the repository at this point in the history
…ugin will include this automatically)
  • Loading branch information
mjmasn committed Apr 17, 2021
1 parent 1c243be commit cf5c580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
'plugin:import/typescript',
'plugin:json/recommended',
'plugin:prettier/recommended',
'prettier/@typescript-eslint',
],
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down Expand Up @@ -496,4 +495,4 @@ module.exports = {
],
'import/no-cycle': 'error',
},
};
};

0 comments on commit cf5c580

Please sign in to comment.