1.0.4 • Published 8 years ago
eslint-config-collabos v1.0.4
ESLint configuration
See official ESLint website for documentation.
Usage
Add the configuration via npm as a dev-dependency:
npm i -D eslint-config-collabos
Or via Yarn:
yarn add --dev eslint-config-collabos
Lastly, simply add a .eslintrc
file with the following configuration:
{
"extends": "eslint-config-collabos"
}
Adding new rules and publishing the module
Contact Yegor Borisenco to be added as an owner of the npm module, which will allow you to publish the changes.