1.1.2 • Published 7 years ago

@matchday/eslint-config-matchday v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Matchday ESLint Configuration

This configuration is a comprehensive style guide for all JavaScript projects, designed for both client and server applications. We include rules for libraries such as React, Flow, and Jest, with a heavy emphasis on the latest ECMAScript standard. We've made the configurations modular to include only the rulesets you need.

Included

This package includes the following configurations:

Usage

Add the following to your .eslintrc file, including the configurations you need:

{
  "extends": [
    "@matchday/eslint-config-matchday/lib",
    "@matchday/eslint-config-matchday/lib/flowtype",
    "@matchday/eslint-config-matchday/lib/import",
    "@matchday/eslint-config-matchday/lib/jest",
    "@matchday/eslint-config-matchday/lib/jsx",
    "@matchday/eslint-config-matchday/lib/react"
  ]
}