Skip to content

Commit c84f5f8

Browse files
committed
fix: revert lintstagedrc.json
1 parent 98fe4f2 commit c84f5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src/**/*.{js,ts,tsx,md}": "echo h && eslint --max-warnings 0",
2+
"src/**/*.{js,ts,tsx,md}": "eslint --max-warnings 0",
33
"**/*.{js,mjs,ts,mts,jsx,tsx,md,json,yml}": "prettier --list-different",
44
"src/i18n/*.json": "yarn run validate-translations"
55
}

0 commit comments

Comments
 (0)