1.3.2 • Published 3 years ago

@joebobmiles/eslint-config-typescript v1.3.2

Weekly downloads
22
License
Unlicense
Repository
github
Last release
3 years ago

@joebobmiles/eslint-config-typescript

My personal configuration for TypeScript, extended from my basic config (@joebobmiles/eslint-config). This adds a few things that get annoying when using the basic TypeScript config provided by @typescript-eslint.

Install via:

$ npm i -D @joebobmiles/eslint-config-typescript

Use via:

{
    ...,
    "eslintConfig": {
        "extends": [
            "@joebobmiles/eslint-config-typescript"
        ],
        ...
    },
    ...
}