1.5.0 • Published 2 years ago

@navinc/eslint-config-typescript v1.5.0

Weekly downloads
68
License
UNLICENSED
Repository
-
Last release
2 years 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.5.0

2 years ago

1.3.7

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago