2.1.0 • Published 7 months ago
@codingame/eslint-config-react v2.1.0
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.