@codingame/eslint-config-react
v2.1.0
Published
CodinGame ESLint React config
Keywords
Readme
cg-eslint-config-react
Common ESlint React config for CodinGame/CoderPad projects.
How to use it in your project
- Run
npm i -D @codingame/eslint-config @codingame/eslint-config-react - Add
extends: ['@codingame/eslint-config', '@codingame/eslint-config-react']to your.eslintrc.jsfile.
