Fix regex for lint staged (#4068)

This commit is contained in:
Patryk Andrzejewski 2023-08-08 11:29:08 +02:00 committed by GitHub
parent df1459949d
commit 7d2790e51b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,7 +285,7 @@
"resolve": "1.20.0"
},
"lint-staged": {
"./src/*.{js,jsx,ts,tsx}": [
"./src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]