Skip to content

Commit

Permalink
Extend Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Dec 24, 2023
1 parent a5c9787 commit e2f2bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"node": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["**/*.test.tsx"],
Expand Down

0 comments on commit e2f2bc9

Please sign in to comment.