Coditorium linter rules for JavaScript.
npm install eslint-config-coditorium


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.
Create .eslintrc in project root directory and add:
``yaml`
extends: coditorium
For koa based project use specific configuration:
`yaml`
extends: 'coditorium/koa'
- 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.
-