Skip to content

Commit

Permalink
chore: tsconfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Jan 20, 2024
1 parent e0ca9a6 commit 5554da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@
"test.{ts,tsx}", // repos with a single test file
"test-*.{ts,tsx}", // repos with multiple top-level test files
"**/*{.,_}{test,spec}.{ts,tsx}", // tests where the extension or filename suffix denotes that it is a test
"**/vitest.config.ts", // jest config
"**/vitest.setup.ts", // jest setup
"**/test-utils.tsx" // test util file
"**/vitest.config.ts", // vitest config
"**/vitest.setup.ts", // vitest setup
"**/test-utils.tsx" // test-utils file
],
"optionalDependencies": false
}
Expand Down

0 comments on commit 5554da9

Please sign in to comment.