Skip to content

Commit

Permalink
ts: add missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 10, 2025
1 parent 0928393 commit 12b0c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
],
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended'
'plugin:@typescript-eslint/recommended',
'plugin:@stylistic/recommended-extends'
],
rules: {
// Default ESlint rules to TypeScript-ESlint
Expand Down

0 comments on commit 12b0c33

Please sign in to comment.