BuildForSDGCohort2 / Team-030-Backend

Server side
0 stars 1 forks source link

Project folders #21

Closed jan-far closed 4 years ago

jan-far commented 4 years ago

About PR

This PR sets up script automation: lint code using the Airbnb style guide.

Testing steps:

npm install
npm start 

The script starts and the linting rules are executed to check through the code. For fast linting error fix,

npm run fix

This will run a quick fix of some codes and show the status of the code: either CLEAN or Error

Relevant Files .eslintrc package.json

Issue

17