0.8.0 • Published 6 years ago

eslint-config-yachtsman-typescript v0.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

eslint-config-yachtsman npm.io npm.io

An ESLint configuration to enforce Yachtsman Style TypeScript.

Installation

If you are using npm version 5 or greater, you can install with the command:

npx install-peerdeps --dev eslint-config-yachtsman-typescript

If you are using npm version 4 or less, you can install the install-peerdeps cli tool:

npm install -g install-peerdeps
install-peerdeps --dev eslint-config-yachtsman-typescript

Usage

To enable, add "yachtsman-typescript" to the "extends" property of your ESLint configuration. The following is an example of a .eslintrc.json file:

{
 "extends": "yachtsman-typescript"
}

Or, if specifying multiple shareable configs:

{
  "extends": [
    "yachtsman-typescript",
    "my-shareable-config"
  ]
}
0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago