Skip to content

sevenval/eslint-config-sevenval

Repository files navigation

This repository has moved to frontend-configs

Please follow the link to open new issues and PRs.

Sevenval ESLint Rules

Build Status

The official style rules for JavaScript written at Sevenval.

Installation

npm install --save-dev eslint-config-sevenval

Usage

Create a file named .eslintrc in your project root with the following content:

{
  "extends": "sevenval"
}