1.2.1 • Published 10 months ago
@codingame/eslint-config v1.2.1
cg-eslint-config
Common ESlint config for CodinGame/CoderPad projects.
How to use it in your project
- Run
npm i -D @codingame/eslint-config
- Add
extends: ['@codingame/eslint-config']
to your.eslintrc.js
file.