1.0.1 • Published 1 year ago

@verteal/eslint-config v1.0.1

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

verteal ESLint Config

What is included in this package?

  • Standard config base
  • React plugin
  • React Hooks plugin
  • Prettier

Installing

  1. Install the dependency
  npm i -D @verteal/eslint-config
  1. Create a eslintrc.json file in the root of your project and paste the following code:
  {
    "extends": "@verteal/eslint-config/react"
    // or if you are using node.js "extends": "@verteal/eslint-config/node"
  }