0.0.12 • Published 4 years ago

@nhi/eslint-config v0.0.12

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

@nhi/eslint-config

Shareable ESLint config by Norsk Helseinformatikk AS

Usage

Use it in the following type of projects:

  • React
  • Node.js
  • TypeScript

Installation

  1. Open your terminal
  2. cd your-project
  3. Install ESLint and the config itself with yarn or npm
    • yarn add -D eslint @nhi/eslint-config
    • npm i -D eslint @nhi/eslint-config
  4. Add the following to your package.json:
    "eslintConfig": {
      "extends": "@nhi"
    }
  5. Enjoy! 🎉