@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"]
}