1.3.6 • Published 7 months ago

@navinc/eslint-config-typescript v1.3.6

Weekly downloads
68
License
UNLICENSED
Repository
-
Last release
7 months ago

@navinc/eslint-config-typescript

Nav's home for common ESLint+Prettier+Typescript configurations.

Getting Started

Install the package and all peer dependencies using the following command:

npx install-peerdeps @navinc/eslint-config-typescript --dev

Usage

Add the following to your .eslintrc file:

{
  ...
  "extends": "@navinc/eslint-config-typescript",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
  ...
}

Create a .prettierrc.js file with the following:

module.exports = {
  ...require("@navinc/eslint-config-typescript/prettier.js")
};
1.3.6

7 months ago

1.3.5

7 months ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago