2.0.6 • Published 4 years ago
@highlandertech/eslint-config v2.0.6
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")
}2.0.6
4 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago