0.0.3 • Published 6 years ago

eslint-config-coda-base v0.0.3

Weekly downloads
25
License
MIT
Repository
-
Last release
6 years ago

eslint-config-coda-base

This package provides CODA's base JavaScript .eslintrc (without React) as an extensible shared configuration

Usage

Prequesite: Node must be installed (but you knew that already, didn't you?)

  1. Install Eslint

    $ npm install -g eslint@latest

  2. Configure your editor to integrate with ESlint

  3. Add the package to the devDependencies section of your package.json

    $ npm install --save-dev eslint-config-coda-base@latest

  4. Add "extends": "coda-base" to your .eslintrc.

  5. :sparkles: Start linting! :sparkles:

Contributing

Feel free to suggest changes to the rules. Before submitting a pull request please ensure that:

$ npm run prepublishOnly

Runs successfully without any errors.

Publishing

To publish this repo, please:

  • Bump the version in package.json
  • Authenticate as the npm user
  • run npm publish