1.1.0 • Published 3 years ago
eslint-config-terralab v1.1.0
TerraLab ESLint config
What's included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- Import Helper plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint eslint-config-terralabor
yarn add -D eslint eslint-config-terralab- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "eslint-config-terralab"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.