1.4.0 • Published 7 years ago

eslint-config-coditorium v1.4.0

Weekly downloads
31
License
WTFPL
Repository
github
Last release
7 years ago

Coditorium eslint configuration

Travis Build NPM Version NPM Downloads

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

This configuration does not use peerDependencies. it means that when you install eslint-config-coditorium 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: coditorium

For koa based project use specific configuration:

extends: 'coditorium/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.
1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago