Skip to content

Commit 2da9019

Browse files
committed
chore: Fix lint-staged config
1 parent 874a7f6 commit 2da9019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
}
104104
},
105105
"lint-staged": {
106-
"*.ts": [
107-
"eslint --config ./.eslintrc.ts.json --ext .ts --fix",
106+
"*.{js,mjs,ts}": [
107+
"eslint --ext .js,.mjs,.ts --fix",
108108
"prettier --write --list-different"
109109
],
110110
"src/*.ts": [

0 commit comments

Comments
 (0)