@vanillaforums/eslint-config
v1.2.2
Published
The Vanilla Forums ESLint config.
Downloads
483
Keywords
Readme
@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"
}