@alstent/eslint-config
v1.0.1
Published
ESLint configuration used by Rafael Alstent.
Readme
Rafel Alstent ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- Prettier;
Setup
React
Install dependencies:
npm i -D eslint @alstent/eslint-configInside .eslintrc.json
{
"extends": [
"@alstent/eslint-config/react",
]
}Node.js
coming soon...
