3.3.1 • Published 6 months ago

@indielayer/eslint-config-vue v3.3.1

Weekly downloads
419
License
MIT
Repository
github
Last release
6 months ago

< Tools for creators. />

Indielayer 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 @indielayer/eslint-config-vue
# or
$ yarn add -D @indielayer/eslint-config-vue
  1. Install eslint and typescript if not already present locally or globally
$ npm i -D eslint typescript
# or
$ yarn add -D eslint typescript
  1. Create a .eslintrc file

  2. Extend our config:

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

License

MIT license - Indielayer

3.3.1

6 months ago

3.3.0

6 months ago

3.2.0

11 months ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

4 years ago