Skip to content

coditory/eslint-config-coditory

Coditory eslint configuration

Travis Build NPM Version NPM Downloads

Eslint configuration used in Coditory. It is an extension of well known eslint-airbnb-config.

This configuration does not use peerDependencies. it means that when you install eslint-config-coditory it will be installed with all its eslint plugins.

For more details on eslint shareable configuration see the documentation.

Sample usage

Create .eslintrc in project root directory and add:

extends: coditory

For koa based project use specific configuration:

extends: 'coditory/koa'

Different configurations

  • index - Use it for any es6 projects.
  • base - Use it for node.js projects. Does not include react and other plugins.
  • react - Use it for react projects.
  • koa - Use it for koa based projects.

About

Coditory linter rules for JavaScript

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •