1.1.3 • Published 7 years ago
eslint-config-aux v1.1.3
eslint-config-aux
The ESLint and Prettier config that we use internally.
Installation
- Add dependencies:
yarn add --dev eslint babel-eslint eslint-config-aux eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-prettier- Create
.eslintrcat./and add:
{
"extends": "aux"
}Development
- Clone the project:
git clone https://github.com/AuxStudio/eslint-config-aux- Do some work.
- Create a PR.
Releases
- Login to npm
npm login- Run the publish script.
npm publish