@linters/eslint-config-typescript

1.20.2 • Public • Published

Eslint Config Typescript

eslint shareable config to help you identify and report on patterns found in your code in TypeScript applications.

Plugins

This configuration uses the following plugins:

  • @linters/eslint-config
  • @typescript-eslint/eslint-plugin
  • eslint-import-resolver-typescript

Install

$ yarn add eslint eslint-plugin-import @linters/eslint-config-typescript -D

Usage

The shareable config can be configured in the eslint configuration file:

Create a .eslintrc.js file with the following contents:

module.exports = {
  extends: ['@linters/eslint-config-typescript'],
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.20.25latest

Version History

VersionDownloads (Last 7 Days)Published
1.20.25
1.20.11
1.20.01
1.19.10
1.18.00
1.17.096
1.16.10
1.16.00
1.15.20
1.15.10
1.15.00
1.14.50
1.14.48
1.14.30
1.14.20
1.14.10
1.14.00
1.13.20
1.13.10
1.13.00
1.12.00
1.11.00
1.10.00
1.9.00
1.8.10
1.8.00
1.7.00
1.6.10
1.6.00
1.5.00
1.4.00
1.3.00
1.2.20
1.2.10
1.2.00
1.1.00
1.0.00

Package Sidebar

Install

npm i @linters/eslint-config-typescript

Weekly Downloads

111

Version

1.20.2

License

none

Unpacked Size

23.7 kB

Total Files

5

Last publish

Collaborators

  • michal.jarnot