Licence
MIT
Version
2.2.2
Deps
15
Size
3 kB
Vulns
0
Weekly
0
Linky Soluções ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Vuejs plugin
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @linkysolucoes/eslint-config
- Create a
.eslintrc.jsonfile extending the config:
For React:
{
"extends": "@linkysolucoes/eslint-config/react"
}
For Vue:
{
"extends": "@linkysolucoes/eslint-config/vue"
}
You can also use a
.eslintrc.jsinstead of JSON if you prefer.