1.3.3 • Published 4 years ago

@firelayer/eslint-config-vue v1.3.3

Weekly downloads
25
License
MIT
Repository
github
Last release
4 years ago

Jumpstart your Firebase Project

Firelayer ESLint Config with Vue

Getting Started

Do you want to add the config to your own projects? There you go:

  1. Add this package to your devDependencies
$ npm i -D @firelayer/eslint-config-vue
# or
$ yarn add -D @firelayer/eslint-config-vue
  1. Install eslint if not already present locally or globally
$ npm i -D eslint
# or
$ yarn add -D eslint
  1. Create a .eslintrc file

  2. Extend our config:

{
  "extends": [
    "@firelayer/eslint-config-vue"
  ]
}

License

MIT license - Firelayer

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago