9.0.2 • Published 1 day ago

@open-turo/eslint-config-typescript v9.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

@open-turo/eslint-config-typescript

Turo eslint configuration for typescript.

Release Tests pass/fail License Contributions welcome CI semantic-release: angular Conventional commits Join us!

Usage

Install the package and all of its peer dependencies:

npx install-peerdeps --dev @open-turo/eslint-config-typescript

Then in your .eslintrc file extend from one of the two configurations included in this package:

  1. The default, recommended for new Typescript projects
  2. The "legacy", which is used by eslint-config-react, to support our existing front-end projects

Default config (for new projects)

The default config of this repo is the recommended version for new Typescript projects.

To use this config, just add to your .eslintrc the following:

"extends": "@open-turo/eslint-config-typescript"

Legacy config (for some internal front-end projects)

We also provide an alternative legacy preset, which is used by eslint-config-react, for compatibility with our existing front-end projects.

If you want to use this legacy configuration, you can import it by instead adding the following to your .eslintrc:

"extends": "@open-turo/eslint-config-typescript/legacy"

Simply notice the /legacy suffix, which points to the legacy.js file in this repository.

Development

Install pre-commit and the commit hooks:

pre-commit install
pre-commit install --hook-type commit-msg

Get Help

Please review Issues, post new Issues against this repository as needed.

Contributions

Please see here for guidelines on how to contribute to this project.

9.0.2

1 day ago

9.0.1

1 day ago

9.0.0

11 days ago

8.0.8

18 days ago

8.0.7

18 days ago

8.0.6

22 days ago

8.0.5

2 months ago

8.0.4

2 months ago

8.0.3

2 months ago

8.0.2

2 months ago

8.0.1

2 months ago

8.0.0

3 months ago

7.0.0

5 months ago

5.0.2

9 months ago

5.0.1

9 months ago

5.0.0

10 months ago

6.0.1

7 months ago

6.0.0

9 months ago

4.0.0

10 months ago

3.0.2

1 year ago

3.0.1

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.1.0

1 year ago

3.0.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.12

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago