0.0.4 • Published 1 year ago

@vw-tools/eslint-config v0.0.4

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

@vw-tools/eslint-config

Description

Eslint configuration for Vue front-end project development.

Notice: The original version was forked from ElementPlus.

Installation

npm install eslint eslint-define-config prettier @vw-tools/eslint-config -D 
# or
yarn add eslint eslint-define-config prettier @vw-tools/eslint-config -D

Instructions

create file .eslintrc.json, and add the following:

{
  "root": true,
  "extends": ["@vw-tools/eslint-config"]
}