@pobedit/eslint-config
React specific linting rules for ESLint.
Installation
Install with npm or Yarn:
npm:
npm install @pobedit/eslint-config --save
Yarn:
yarn add @pobedit/eslint-config
Basic usage
Add @pobedit/eslint-config to the extends section of your .eslintrc configuration file:
{
"extends": [
"@pobedit/eslint-config"
]
}
Contributing
Feel free to submit a pull request if you find any bugs. Please make sure all commits are properly documented.
Tests
npm test
Publishing
npm publish --access public --verbose
License
MIT