Skip to content

Commit 4ccbcc4

Browse files
committed
Update lint-stage script
1 parent 777b035 commit 4ccbcc4

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
@@ -73,10 +73,10 @@
7373
},
7474
"lint-staged": {
7575
"*.{ts,tsx}": [
76-
"eslint --ignore-path .gitignore ."
76+
"npm run lint"
7777
],
7878
"*.{ts,tsx,css,scss,md}": [
79-
"prettier --ignore-path .gitignore --config ./.prettierrc --write './**/*.{js,jsx,ts,tsx,css,md,json}'"
79+
"npm run pret:fix"
8080
]
8181
}
8282
}

0 commit comments

Comments
 (0)