1.0.14 • Published 11 months ago

@jeroenpol/eslint-config v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.9

11 months ago

1.0.10

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

2 years ago