@waycarbon.org/eslint-config
v1.0.5
Published
ESLint configuration used by WayCarbon.
Readme
WayCarbon ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier
Setup
React with Next.js
Install dependencies:
npm i -D @waycarbon/eslint-configInside .eslintrc.json:
{
"extends": [
"@waycarbon/eslint-config/next",
"next/core-web-vitals"
]
}