@indielayer/eslint-config-vue

3.3.1 • Public • Published
Indielayer

< 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

Package Sidebar

Install

npm i @indielayer/eslint-config-vue

Weekly Downloads

596

Version

3.3.1

License

MIT

Unpacked Size

4.04 kB

Total Files

4

Last publish

Collaborators

  • jpntex