Changed lint-staged.config.js for json files
parent
00556e35d9
commit
4db65c6375
|
@ -1,5 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'*.{ts,tsx,js,jsx,json}': [
|
'*.json': ['npm run format:check'],
|
||||||
|
'*.{ts,tsx,js,jsx}': [
|
||||||
'npm run lint',
|
'npm run lint',
|
||||||
"bash -c 'npm run types:check'",
|
"bash -c 'npm run types:check'",
|
||||||
'npm run format:check',
|
'npm run format:check',
|
||||||
|
|
Loading…
Reference in New Issue