mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-09 13:34:29 +03:00
Fix lint-staged
config formatting
This commit is contained in:
parent
0953cc8a10
commit
58e53c45cc
@ -1198,6 +1198,6 @@
|
|||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,js,json,md,yml}": "prettier --write",
|
"*.{ts,js,json,md,yml}": "prettier --write",
|
||||||
"*.{ts}": "tslint --fix"
|
"*.ts": "tslint --fix"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user