1.0.14 • Published 9 months ago

@jeroenpol/eslint-config v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

polware eslint-config

Usage

Use this esLint config as a basis for you Angular projects.

Installation

  1. Install the npm package

    npm i --save-dev @jeroenpol/eslint-config
  2. Install peer dependencies using NPM 5+ and this command:

    npx install-peerdeps --dev @jeroenpol/eslint-config
  3. Update your .eslintrc file to:

    {
      "root": true,
      "parser": "@typescript-eslint/parser",
      "parserOptions": {
        "ecmaVersion": 2020,
        "sourceType": "module"
      },
      "overrides": [
        {
          "files": ["*.ts", "*.tsx"],
          "extends": ["@jeroenpol/eslint-config"]
        }
      ]
    }
1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.9

10 months ago

1.0.10

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.0

2 years ago