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.json
file extending the config:
{
"extends": "eslint-config-helpmydesk/react"
}
Setup Next
- Install the dependencies
npm i -D eslint eslint-config-helpmydesk
- Create a
.eslintrc.json
file 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.js
instead 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
3 years ago
1.1.18
3 years ago
1.1.17
3 years ago
1.1.23
3 years ago
1.1.12
3 years ago
1.1.11
3 years ago
1.1.21
3 years ago
1.1.20
3 years ago
1.1.16
3 years ago
1.1.15
3 years ago
1.1.14
3 years ago
1.1.24
3 years ago
1.1.13
3 years ago
1.1.10
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago