@vanillaforums/tslint-config
v1.2.0-beta4
Published
The Vanilla Forums TSLint config.
Downloads
5
Keywords
Readme
@vanillaforums/tslint-config
Typescript linting rules for Vanilla Forums.
Installation
This configuration has peer-dependencies. Install them.
yarn add --dev tslint
Install this config.
yarn add --dev @vanillaforums/tslint-config
Configuration
Create a file in the root of your project called tslint.json
.
.eslintrc
{
"extends": "@vanillaforums/tslint-config"
}