eslint-config-lambdas

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-lambdas

Weekly Downloads

14

Version

0.3.0

License

MIT

Unpacked Size

5.4 kB

Total Files

7

Last publish

Collaborators

  • echo_unix