mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
6236adf4bc
* Add pre commit hook * Add comments
4 lines
83 B
JSON
4 lines
83 B
JSON
{
|
|
"*.{ts,tsx,js,jsx}": ["eslint -c ./.eslintrc-staged.js", "prettier --check"]
|
|
}
|