Skip to content

Commit

Permalink
Add: enable prettier warnings in editors
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Jul 28, 2024
1 parent 4514f65 commit 1799ab5
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 193 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down
Loading

0 comments on commit 1799ab5

Please sign in to comment.