Skip to content

Commit 9b2c079

Browse files
committed
fix: run prettier on with-jest and with-jest-babel examples
1 parent 48dba64 commit 9b2c079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/with-jest-babel/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"paths": {
1919
"@/components/*": ["components/*"],
2020
"@/pages/*": ["pages/*"],
21-
"@/styles/*": ["styles/*"],
21+
"@/styles/*": ["styles/*"]
2222
}
2323
},
2424
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types.d.ts"],

examples/with-jest/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"paths": {
1919
"@/components/*": ["components/*"],
2020
"@/pages/*": ["pages/*"],
21-
"@/styles/*": ["styles/*"],
21+
"@/styles/*": ["styles/*"]
2222
}
2323
},
2424
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types.d.ts"],

0 commit comments

Comments
 (0)