Only lint-staged code files

This commit is contained in:
Dan Abramov
2023-09-07 01:49:03 +01:00
parent 117eb72651
commit a113611fb4
+1 -1
View File
@@ -252,6 +252,6 @@
]
},
"lint-staged": {
"*": "yarn eslint --ext .js,.jsx,.ts,.tsx --fix"
"*{.js,.jsx,.ts,.tsx}": "yarn eslint --fix"
}
}