1.8.0-alpha.1 • Published 1 year ago

eslint-plugin-cubyn-typescript v1.8.0-alpha.1

Weekly downloads
39
License
ISC
Repository
-
Last release
1 year ago

eslint-plugin-cubyn-typescript

Enforce Cubyn standard style for TypeScript

Installation

You'll first need to install ESLint:

$ yarn add -D eslint

Next, install eslint-plugin-cubyn-typescript:

$ yarn install -D eslint-plugin-cubyn-typescript

Note: If you installed ESLint globally then you must also install eslint-plugin-cubyn-typescript globally.

Usage

Add cubyn-typescript to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["cubyn-typescript"]
}

Supported Rules

  • Fill in provided rules here

Development

Use @typescript-eslint/parser on https://astexplorer.net/

1.8.0-alpha.1

1 year ago

1.7.0

1 year ago

1.7.0-alpha.1

1 year ago

1.6.1-alpha.1

1 year ago

1.6.0

2 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago