Skip to content

Commit 94f0d92

Browse files
committed
chore: fix the lint-staged setup
1 parent a3af538 commit 94f0d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"**/*.{ts,js,yaml,yml,json,md}": [
7878
"prettier --write"
7979
],
80-
"packages/**/*": [
80+
"packages/**/*.ts": [
8181
"eslint --fix"
8282
]
8383
}

0 commit comments

Comments
 (0)