Skip to content

Commit d9dd344

Browse files
author
Philipp Molitor
committed
enhance file filter for lint-staged
1 parent 1151d12 commit d9dd344

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
@@ -27,10 +27,10 @@
2727
"prepare": "yarn build"
2828
},
2929
"lint-staged": {
30-
"{src,typings}/**/*.{js,jsx,ts,tsx,json}": [
30+
"{src,typings}/**/*.{ts,tsx,json}": [
3131
"prettier --write"
3232
],
33-
"{src,typings}/**/*.{js,jsx,ts,tsx}": [
33+
"{src,typings}/**/*.{ts,tsx}": [
3434
"eslint --fix"
3535
],
3636
"src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)