Opinionated rules for styling your code.
npm
npm install eslint-plugin-opinionated
yarn
yarn add eslint-plugin-opinionated
Add the following to your ESLint configuration file:
{
"extends": ["plugin:opinionated/recommended"],
"plugins": ["opinionated"]
}
Please see the code of conduct.
Please see the contributing guide.