Skip to content

Commit

Permalink
fix(typescript): fix stylistic ts plugin usage
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanBerger98 committed Aug 9, 2024
1 parent 19a2aaf commit 0f4c5b4
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
@@ -1,7 +1,6 @@
module.exports = {
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:@stylistic/ts',
],
env: {
es6: true,
Expand All @@ -17,7 +16,7 @@ module.exports = {
],
rules: {
'@typescript-eslint/no-unused-vars': 'warn',
'@stylistic/ts/object-curly-spacing': [
'@stylistic/object-curly-spacing': [
'warn',
'always',
],
Expand Down

0 comments on commit 0f4c5b4

Please sign in to comment.