1.3.1 • Published 2 years ago

@dztools/eslint-config-typescript v1.3.1

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

@dztools/eslint-config-typescript

Base ESLint configuration for TypeScript applications.

npm prettier license

Installation and Dependencies

To install the package:

[npm i -D || yarn add -D] @dztools/eslint-config-typescript

If peer dependencies are needed, run the following:

[npm i -D || yarn add -D] @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import eslint-plugin-prettier prettier typescript

Usage

In your local eslintrc config file:

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

License

MIT

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago