@vanillaforums/eslint-config

The Vanilla Forums ESLint config.


License
MIT
Install
npm install @vanillaforums/eslint-config@1.2.0

Documentation

@vanillaforums/eslint-config

Javascript linting rules for Vanilla Forums.

Installation

This configuration has peer-dependencies. Install them.

yarn add --dev eslint babel-eslint eslint-plugin-react

Install this config.

yarn add --dev @vanillaforums/eslint-config

Configuration

Create a file in the root of your project called .eslintrc.

.eslintrc

{
    "extends": "@vanillaforums/eslint-config"
}