@comeon/eslint-config
v4.1.1
Published
ESLint config with prettier integration
Downloads
773
Readme
comeon eslint config
Combines eslint with prettier
Uses
npm install --save-dev @comeon/eslint-config
or
yarn add --dev @comeon/eslint-config
Add to eslint config
// .eslintrc.js
module.exports = {
extends: ['@comeon']
}
Customization
https://eslint.org/docs/user-guide/configuring#configuring-rules
Contribution
Raise a pull request
Release
npm version <major> | <minor> | <patch>
git push --follow-tags