eslint-plugin-cubyn-typescript
v1.8.0-alpha.1
Published
Enforce Cubyn standard style for TypeScript
Keywords
Readme
eslint-plugin-cubyn-typescript
Enforce Cubyn standard style for TypeScript
Installation
You'll first need to install ESLint:
$ yarn add -D eslintNext, install eslint-plugin-cubyn-typescript:
$ yarn install -D eslint-plugin-cubyn-typescriptNote: 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/
