samirpdl / eslint-config-leapfrog

Set of ESLint rules for JavaScript projects at Leapfrog.

Home Page:https://yarn.pm/eslint-config-leapfrog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-leapfrog

npm version downloads

Set of ESLint rules for JavaScript projects at Leapfrog.

eslint-config-leapfrog adds rules on top of eslint:recommended and plugin:react/recommended.

Requires

  • ESLint >= 4.19.0

Usage

Add eslint-config-leapfrog as a dev dependency.

yarn add eslint-config-leapfrog --dev

Include eslint-config-leapfrog in your .eslintrc file.

{
  "extends": [
    "eslint-config-leapfrog"
  ]
}

For projects using React, include eslint-config-leapfrog/react which contains ESLint rules specific to React.

{
  "extends": [
    "eslint-config-leapfrog/react"
  ]
}

License

MIT

About

Set of ESLint rules for JavaScript projects at Leapfrog.

https://yarn.pm/eslint-config-leapfrog

License:MIT License


Languages

Language:JavaScript 100.0%