1.5.1 • Published 3 months ago

@mediamonks/eslint-config-typescript v1.5.1

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

Media.Monks - eslint-config-typescript

The official Media.Monks eslint configuration, based on the Frontend Coding Standards.

Installation

The configuration can be installed via npm.

npm install --dev @mediamonks/eslint-config-typescript

To inform eslint of this configuration, you have to add the eslint property to your package.json file:

"eslintConfig": {
   "extends": "@mediamonks/eslint-config-typescript",
   "parserOptions": {
      "project": "./tsconfig.json"
   }
}

Instead of manually editing your package.json, you can also utilize the npm pkg subcommand:

npm pkg set eslintConfig.extends=@mediamonks/eslint-config-typescript
1.5.1

3 months ago

1.5.0

3 months ago

1.4.0

5 months ago

1.3.0

8 months ago

1.2.1

10 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.9-0

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.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago