Skip to content

Commit

Permalink
ts: don't use stylized recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 10, 2025
1 parent 80393fb commit 696b54f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ module.exports = {
],
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@stylistic/recommended-extends'
'plugin:@typescript-eslint/recommended'
],
rules: {
// Default ESlint rules to TypeScript-ESlint
Expand Down

0 comments on commit 696b54f

Please sign in to comment.