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 Mar 11, 2024
1 parent 11b3cc0 commit b8ea7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -98,7 +98,7 @@ jobs:
'node-standard',
'node-esm',
'react-native',
'expo',
'expo'
]
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
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 b8ea7e9

Please sign in to comment.