1.1.3 • Published 10 months ago

eslint-config-paygron v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

eslint-config-paygron

An ESLint shareable config for the idiomatic js coding style.

Ensure your source code adheres to the idiomatic js coding style by linting your code with ESLint. Hook ESLint into your editor and build pipeline for maximum effect.

Install

npm install --save-dev github:paygron/eslint-config-paygron

Usage

In your .eslintrc file:

{
  "extends": [
    "paygron"
  ]
}