1.1.8 • Published 10 months ago

@nielse63/tsconfig-eslint v1.1.8

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

@nielse63/tsconfig-eslint

Shareable TypeScript config to be used with ESLint

npm (scoped) npm GitHub issues by-label

Installation

npx install-peerdeps --dev @nielse63/tsconfig-eslint

Usage

Create a file called tsconfig.eslint.json in your project root with the following content:

{
  "extends": "@nielse63/tsconfig-eslint",
  // you can customize your include and exclude values
  "include": ["**/*.ts", "**/*.js", ".*.js", ".bin/**/*"],
  "exclude": ["**/node_modules/**", "**/dist/**"],
}

Update your .eslintrc.js file:

module.exports = {
  parser: '@typescript-eslint/parser',
  parserOptions: {
    project: ['./tsconfig.eslint.json'],
  },
};
1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.1

2 years ago

1.0.0-alpha.1

2 years ago

0.0.4

2 years ago