irstea-typescript-config

2.1.2 • Public • Published

irstea-typescript-config

TSC, TSLint and Prettier configuration.

Installation

npm add -D irstea-typescript-config

Also install the peer dependencies.

Usage

In tsconfig.json:

{
  "extends": "./node_modules/irstea-typescript-config/tsconfig.json",
  ...
}

In tslint.json:

{
  "extends": [
    "irstea-typescript-config"
  ],
  ...
}

In prettier.config.js:

module.exports = module.require('./node_modules/irstea-typescript-config/prettier.config');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.2
    0
    • latest

Version History

Package Sidebar

Install

npm i irstea-typescript-config

Weekly Downloads

9

Version

2.1.2

License

MIT

Unpacked Size

7.02 kB

Total Files

6

Last publish

Collaborators

  • devatscience-ci
  • guillaume.perreal
  • harboi