@joshdb/ts-config

1.1.0-next.7fbd1fd.0 • Public • Published

Josh Logo

@joshdb/ts-config

TypeScript configuration for all Josh Project repositories.

GitHub codecov npm

Support Server

Installation

You can use the following command to install this package, or replace npm install with your package manager of choice.

npm install @joshdb/ts-config

Usage

Add the ESLint config to your package.json:

{
  "name": "my-project",
  "eslintConfig": {
    "extends": "@joshdb/ts-config"
  }
}

Or to your .eslintrc.js / .eslintrc.json:

{
  "extends": "@joshdb/ts-config"
}

Create tsconfig.eslint.json next to the eslint config file, for example with content:

{
  "extends": "./tsconfig.base.json",
  "include": ["src", "tests"]
}

Readme

Keywords

Package Sidebar

Install

npm i @joshdb/ts-config

Weekly Downloads

331

Version

1.1.0-next.7fbd1fd.0

License

none

Unpacked Size

2.79 kB

Total Files

4

Last publish

Collaborators

  • eslachance