mirror of
https://github.com/makeplane/plane.git
synced 2026-05-08 00:49:36 -05: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"]
|
|
}
|