Skip to content

Commit 03f2144

Browse files
committed
fix lint issue
1 parent bad4ae6 commit 03f2144

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/jest-snapshot-utils/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
},
77
"include": ["./src/**/*"],
88
"exclude": ["./**/__mocks__/**/*", "./**/__tests__/**/*"],
9-
"references": [
10-
{"path": "../jest-types"}
11-
]
12-
}
9+
"references": [{"path": "../jest-types"}]
10+
}

0 commit comments

Comments
 (0)