eslint-config-optisol-typescript

0.1.2 • Public • Published

eslint-config-optisol-typescript

Optisol's typescript ESLint config.

Installation

"postinstall": "cp node_modules/eslint-config-optisol-typescript/tsconfig.eslint.json $INIT_CWD"

Before installing this package, you need to add this postinstall script to add the tsconfig.eslint.json file to the root of your project:

npm install eslint-config-optisol-typescript eslint prettier --D

Usage

After installing, update your project's .eslintrc<.js|json> file to import the rule sets you want:

{
  "extends" : [
    "eslint-config-optisol-typescript"
  ]
}

Read the ESlint config docs for more information.

/eslint-config-optisol-typescript/

    Package Sidebar

    Install

    npm i eslint-config-optisol-typescript

    Weekly Downloads

    0

    Version

    0.1.2

    License

    Apache-2.0

    Unpacked Size

    16.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • stephen-optisol