1.1.0 • Published 1 year ago

eslint-config-bnp v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

BNP ESLint config for React

Configs for React only

Setup

1 - Install as a dev dependencie

  npm i -D eslint-config-bnp

2 - Create a .eslintrc.json file extending the config:

  "extends": "eslint-config-bnp/react"
  // In NextJs project "extends": ["next/core-web-vitals", "eslint-config-bnp/react" ]