launchrctl / web

Launchr Web plugin
Apache License 2.0
1 stars 2 forks source link

Fix #2 of eslint & prettier & adding pre-commit hook #20

Closed koskinpark closed 3 months ago

koskinpark commented 3 months ago

Our eslint is huge for no-reason. Better take eslint, prettier, tsconfigs from latest refine / yarn create vite (react + tsx)

Also add pre-commit git hook with yarn lint script for blocking commit code with linting problems