mirror of
https://github.com/makeplane/plane.git
synced 2026-06-14 03:30:00 +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"]
|
|
}
|