@highlandertech/eslint-config
v2.0.6
Published
HighlanderTech ESlint Config
Downloads
20
Readme
HighlanderTech ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Airbnb
- Simple Import Sort
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @highlandertech/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@highlandertech/eslint-config/eslint"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
- Create a
.prettierrc.jsfile extending the config:
{
module.exports = require("@highlandertech/eslint-config/prettier")
}