eslint-config-lambdas

v0.3.0
eslint for lambdas style

ESLint config for lambdas style


Getting Started

  1. Install: yarn add eslint-config-lambdas -D.

  2. Usage in your .eslintrc:

    { "extends": "lambdas" }
    

    OR, if you are using the .yml:

    extends:
      - 'lambdas'
    
  3. Use in Vue:

    { "extends": "lambdas/vue" }
    

    OR, if you are using the .yml:

    extends:
      - 'lambdas/vue'
    
  4. Use in XO:

    "xo": {
      "extends": [
        "lambdas"
      ]
    },
    

Recommends


LICENSE

MIT

npm i eslint-config-lambdas

Metadata

  • MIT
  • Whatever
  • unix
  • released 3/9/2020

Downloads

Maintainers