mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-02 19:56:16 +02:00
Update lint-staged configuration
This commit is contained in:
parent
3ba289e1b1
commit
81a7f04b26
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,6 @@
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": "eslint --cache --fix",
|
"*.js": "eslint --cache --fix",
|
||||||
"*.{js,css,md,scss,json}": "prettier --write"
|
"*.{js,css,md,scss,json,tsx,ts}": "prettier --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue