EddieHubCommunity / EventCalendar

Community events from TwitterSpaces to Live streams to Conferences
http://eventcalendar.eddiehub.org
MIT License
40 stars 43 forks source link

added prettier,husky and lint-staged. #71

Open rahulkhattri0 opened 2 years ago

rahulkhattri0 commented 2 years ago

image

rahulkhattri0 commented 2 years ago

removed eslint config from package.json

rahulkhattri0 commented 2 years ago

ok ill remove lint staged

rahulkhattri0 commented 2 years ago

please tell me how to install "lint" package locally

gptkrsh commented 2 years ago

please tell me how to install "lint" package locally

it is a npm-script in package.json which basically runs eslint

rahulkhattri0 commented 2 years ago

should i just setup husky?

rahulkhattri0 commented 2 years ago

and you can run eslint using lint staged too

gptkrsh commented 2 years ago

should i just setup husky?

Yeah that would work too...

rahulkhattri0 commented 2 years ago

ok so ill just setup husky with a pre commit hook and the person who has been assigned to setup eslint can add lint.