0.0.1 • Published 1 year ago

@enouvo/eslint-config-vue v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vue eslint configuration

Enouvo Eslint config with:

  • Typescript
  • Prettier

Usage

Add "extends": "@enouvo/eslint-config-vue" to your eslint config file.

Example:

File: .eslintrc.json

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

Description

Package contains the base eslint configuration using for Vue project

How to install

yarn add @enouvo/eslint-config-vue