eslint-config-collabos
v1.0.4
Published
ESLint config for Collabos
Readme
ESLint configuration
See official ESLint website for documentation.
Usage
Add the configuration via npm as a dev-dependency:
npm i -D eslint-config-collabosOr via Yarn:
yarn add --dev eslint-config-collabosLastly, 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.
