5.0.1 • Published 7 years ago

@kpdecker/eslint-config-linoleum v5.0.1

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

eslint-config-linoleum

Linoleum eslint configs

Usage

Project package.json:

  "eslintConfig": {
    "extends": [
      "@kpdecker/eslint-config-linoleum"
    ],
    "root": true
  }

Optional extends config sets:

  • @kpdecker/eslint-config-linoleum/react ESLint config for projects using React and JSX
  • @kpdecker/eslint-config-linoleum/test ESLint config for test subdirectory.