@simonkberg/eslint-config

25.0.0 • Public • Published

@simonkberg/eslint-config

Travis npm package

A shareable eslint config for my JavaScript projects.

Install:

yarn add --dev @simonkberg/eslint-config

Base config

Extends:

Usage:

{
  "eslintConfig": {
    "extends": "@simonkberg/eslint-config"
  }
}

Flow type config

Extends:

Usage:

{
  "eslintConfig": {
    "extends": [
      "@simonkberg/eslint-config",
      "@simonkberg/eslint-config/flowtype"
    ]
  }
}

React config

Extends:

Usage:

{
  "eslintConfig": {
    "extends": ["@simonkberg/eslint-config", "@simonkberg/eslint-config/react"]
  }
}

TypeScript config

Extends:

Usage:

{
  "eslintConfig": {
    "extends": [
      "@simonkberg/eslint-config",
      "@simonkberg/eslint-config/typescript"
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @simonkberg/eslint-config

Weekly Downloads

8

Version

25.0.0

License

MIT

Unpacked Size

24.3 kB

Total Files

8

Last publish

Collaborators

  • simonkberg