Giter VIP home page Giter VIP logo

eslint-starter's Introduction

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

eslint-starter's People

Contributors

megamaddu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eslint-starter's Issues

.eslintrc file in yaml format?

It looks like the .eslintrc file is in YAML format (with the leading ---), but it lacks a .yaml or .yml extension.

While its not clear what parser should be used if a file lacks an extension, some related projects, e.g. grun-eslint seem to be confused using the format of this sample.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.