Skip to content

Commit 6a7f398

Browse files
refactor: disable eslint until tslint to eslint migration is finished
1 parent dbb1da2 commit 6a7f398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint-staged.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
const config = {
66
"package.json": ["npx sort-package-json"],
7-
"*": ["eslint --fix --cache", "npx prettier --write --ignore-unknown"],
7+
"*": [/* "eslint --fix --cache", */ "npx prettier --write --ignore-unknown"],
88
};
99

1010
export default config;

0 commit comments

Comments
 (0)