Skip to content

Commit

Permalink
Replace 'plugin:@typescript-eslint/stylistic' by 'plugin:@typescript-…
Browse files Browse the repository at this point in the history
…eslint/stylistic-type-checked' rules
  • Loading branch information
csouchet committed Aug 29, 2023
1 parent 2e68fa0 commit b2c4c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
extends: [
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
'plugin:@typescript-eslint/stylistic',
'plugin:@typescript-eslint/stylistic-type-checked',
],
parserOptions: {
// This setting is required if you want to use rules which require type information
Expand Down

0 comments on commit b2c4c8c

Please sign in to comment.