1.3.1 • Published 3 years ago
eslint-config-helpmydesk v1.3.1
Helpmydesk ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
- Import order plugin;
Setup React
- Install the dependencies
npm i -D eslint eslint-config-helpmydesk- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "eslint-config-helpmydesk/react"
}Setup Next
- Install the dependencies
npm i -D eslint eslint-config-helpmydesk- Create a
.eslintrc.jsonfile extending the config:
{
"extends": ["next", "eslint-config-helpmydesk/react"]
}- Your root imports is order by internal group, but you have to add in your tsconfig.json file in root folder
You can also use a
.eslintrc.jsinstead of JSON if you prefer.
1.2.0
3 years ago
1.3.1
3 years ago
1.2.2
3 years ago
1.3.0
3 years ago
1.2.1
3 years ago
1.1.26
3 years ago
1.1.25
3 years ago
1.1.19
4 years ago
1.1.18
4 years ago
1.1.17
4 years ago
1.1.23
4 years ago
1.1.12
4 years ago
1.1.11
4 years ago
1.1.21
4 years ago
1.1.20
4 years ago
1.1.16
4 years ago
1.1.15
4 years ago
1.1.14
4 years ago
1.1.24
4 years ago
1.1.13
4 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago