1.1.0 • Published 7 years ago

eslint-config-codepunkt v1.1.0

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

eslint-config-codepunkt

Shareable configuration of ESLint.

Installation

yarn add --dev eslint eslint-config-codepunkt

Requirements

  • Node.js ^6.9.4 or newer
  • ESLint ^3.19.0 or newer

Usage

Create an .eslintrc in your projects root directory that extends this configuration:

{
  "extends": [ "codepunkt" ]
}