Swap76 / NodeJS_Mongo_BoilerPlate

CRUD Blog using NodeJS,Express, MongoDB
GNU Affero General Public License v3.0
21 stars 10 forks source link

Add ESlint into project and add the command for linting and fixing #6

Closed Swap76 closed 5 years ago

Swap76 commented 5 years ago

Add ESlint into the project with following rules

also, add .eslintignore which will exclude node_modules and *.json file and any other if needed

lacasera commented 5 years ago

picking up this issue

Swap76 commented 5 years ago

Great @lacasera :-)

lacasera commented 5 years ago

will also add precommit hook to lint files

Swap76 commented 5 years ago

Ohh that will be super cool @lacasera