dw-innovation / dw-kid2-graph-frontend-prototype

dw-kid2-graph-frontend-prototype.vercel.app
MIT License
0 stars 0 forks source link

remove precommit hooks #127

Open nikonikoniko opened 2 years ago

nikonikoniko commented 2 years ago

They are driving me insane, I again got

✖ npx prettier --write:
[error] src/database/testing_data.ts: SyntaxError: Unexpected token, expected "}" (22:18)
[error]    1 | import * as Types from "@data-types/index";
[error]    2 | import * as Rxdb from "rxdb";
[error]    3 | import * as Database from "./index";

although we had removed this file from prettier

nikonikoniko commented 2 years ago

replace them with post-commit lint actions, and we don't merge if they are not green