Skip to content

Commit

Permalink
Run Prettier on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 21, 2024
1 parent 7eb1723 commit e3a76f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"rootDirs": ["./src", "./test"],
"types": ["vitest/globals"],
"types": ["vitest/globals"],
"baseUrl": ".",
"paths": {
"redux-thunk": ["src/index.ts"], // @remap-prod-remove-line
Expand Down

0 comments on commit e3a76f3

Please sign in to comment.