Skip to content

Commit 52f21d1

Browse files
committed
fixed eslint issue and turned off lint-staged in the base of the repo
1 parent 9eb719f commit 52f21d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"husky": {
4242
"hooks": {
43-
"pre-commit": "lint-staged"
43+
"XXXpre-commit": "lint-staged"
4444
}
4545
},
4646
"lint-staged": {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// eslint-disable-next-line import/no-extraneous-dependencies
2-
import { cleanup } from '@fs/testing-library';
3-
import 'jest-dom/extend-expect';
1+
/* eslint-disable import/no-extraneous-dependencies */
2+
import { cleanup } from '@fs/testing-library'
3+
import 'jest-dom/extend-expect'
44

5-
afterEach(cleanup);
5+
afterEach(cleanup)

0 commit comments

Comments
 (0)