1.0.1 • Published 7 years ago

@jstwrt/eslint-config-jstwrt v1.0.1

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

ESLint Configuration by jstwrt

This configuration is a comprehensive style guide for all JavaScript projects, designed for both client and server applications. It include rules for libraries such as React, Flow, and Jest, with a heavy emphasis on the latest ECMAScript standard. The configurations are modular so you can just include 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": [
    "@jstwrt/eslint-config-jstwrt/lib",
    "@jstwrt/eslint-config-jstwrt/lib/flowtype",
    "@jstwrt/eslint-config-jstwrt/lib/imports",
    "@jstwrt/eslint-config-jstwrt/lib/jest",
    "@jstwrt/eslint-config-jstwrt/lib/jsx",
    "@jstwrt/eslint-config-jstwrt/lib/react"
  ]
}