EventCalendar
EventCalendar copied to clipboard
added prettier,husky and lint-staged.
removed eslint config from package.json
ok ill remove lint staged
please tell me how to install "lint" package locally
please tell me how to install "lint" package locally
it is a npm-script in package.json which basically runs eslint
should i just setup husky?
and you can run eslint using lint staged too
should i just setup husky?
Yeah that would work too...
ok so ill just setup husky with a pre commit hook and the person who has been assigned to setup eslint can add lint.
