@vanillaforums/tslint-config

The Vanilla Forums TSLint config.

Usage no npm install needed!

<script type="module">
  import vanillaforumsTslintConfig from 'https://cdn.skypack.dev/@vanillaforums/tslint-config';
</script>

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"
}