Skip to content

Commit

Permalink
Use merged Prettier config for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Mar 13, 2021
1 parent aea7ec6 commit 11cfdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -23,7 +23,7 @@ module.exports = {
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:import/typescript',
'prettier/@typescript-eslint',
'prettier',
],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
Expand Down

0 comments on commit 11cfdea

Please sign in to comment.