Skip to content

megamaddu/eslint-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-starter

Atom

Install the eslint and editorconfig plugins for Atom:

  • linter-eslint
  • editorconfig

Running the scripts

A quick look at the package.json file will show the following scripts defined:

Run the server -- this only runs src/server.js:

npm start

Run eslint on the src folder:

npm run lint

There aren't any tests for this project yet, but it's a good idea to lint before you run the tests to catch silly mistakes:

npm test

And last but not least, for normal dev work you'll run:

npm run watch

Watch will lint and then restart the server any time files in src change!

Resources

Social Stuff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published