@pentible/eslint-config-next
v0.105.0
Published
Pentible's standard eslint config (next.js)
Downloads
218
Readme
eslint-config-next
usage
npm i -D @pentible/eslint-config @pentible/eslint-config-web @pentible/eslint-config-react @pentible/eslint-config-next @pentible/eslint-config-prettier
.eslintrc.yml
root: true
extends:
- "@pentible/eslint-config"
- "@pentible/eslint-config-web"
- "@pentible/eslint-config-react"
- "@pentible/eslint-config-next"
- "@pentible/eslint-config-prettier"