eslint-plugin-cubyn-typescript
v1.8.0-alpha.1
Published
Enforce Cubyn standard style for TypeScript
Downloads
37
Keywords
Readme
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/