npm i -D @inker/eslint-config
Add "extends": "@inker/eslint-config"
to your .eslintrc
.
comma-style
- is comma last
comma-dangle
- trailing commas are required
semi
- semicolons are required
It is recommended that no other settings apart from the ones above be changed. Any changes are up for discussion.