2.0.0-23 • Published 2 months ago

@dudeofawesome/eslint-config-typescript v2.0.0-23

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

@dudeofawesome/eslint-config-typescript

My Typescript eslint config

The easiest way to get started with this project is to use our setup script.

Usage

  1. Install this config plugin as a dev dependency.

    npm i -D @dudeofawesome/eslint-config-typescript
  2. Add the plugin to your eslintrc.

    You'll also want to have another eslint config for your environment. In this example, we'll use my node one (which you'll need to install separately).

    extends:
        - '@dudeofawesome'
        - '@dudeofawesome/node'
        - '@dudeofawesome/typescript'
  3. You might also want to specify an ecmaVersion.

    parserOptions:
        ecmaVersion: 2022
  4. You might want to add some ignorePatterns to not lint your transpiled JS.

    ignorePatterns:
        - '/out'
2.0.0-23

2 months ago

2.0.0-22

2 months ago

2.0.0-21

2 months ago

2.0.0-20

2 months ago

2.0.0-19

2 months ago

2.0.0-18

2 months ago

2.0.0-17

2 months ago

2.0.0-16

2 months ago

2.0.0-15

2 months ago

2.0.0-14

3 months ago

2.0.0-13

3 months ago

2.0.0-12

3 months ago

2.0.0-11

3 months ago

2.0.0-10

4 months ago

2.0.0-9

5 months ago

2.0.0-8

6 months ago

2.0.0-7

6 months ago

2.0.0-6

6 months ago

2.0.0-5

6 months ago

2.0.0-4

7 months ago

2.0.0-3

7 months ago

2.0.0-2

7 months ago

2.0.0-1

7 months ago

2.0.0-0

7 months ago

1.3.0

11 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.12

1 year ago