1.5.4 • Published 7 months ago

@simtechdev/eslint-config-typescript v1.5.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Package info

eslint-config-typescript is a simple es-lint plugin used for projects based on react and typescript

Getting started

Install package:

npm i -D @simtechdev/eslint-config-typescript

or

yarn add -D @simtechdev/eslint-config-typescript

Usage

1. Add plugin to ES-Lint configuration

Add plugin name simtechdev to "extends" section of ES-Lint configuration:

  • Example configuration in .eslintrc file:
{
  "extends": ["@simtechdev/typescript"]
}
  • Example configuration in package.json:
"eslintConfig": {
    "extends": [
      "@simtechdev/typescript"
    ]
  }

2. Configure your IDE to applying plugin rules on save

Example of vs-code configuration file settings.json:

"editor.codeActionsOnSave": {
  "source.fixAll.eslint": true
}
1.5.4

7 months ago

1.5.3

7 months ago

1.5.2

7 months ago

1.5.1

7 months ago

1.4.1

7 months ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.9

2 years ago

1.2.10

2 years ago

1.2.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago