Skip to content

unix/eslint-config-lambdas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Sponsor this project

Packages

No packages published