@yugu/eslint-config-vue2
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

yuguaa-eslint-config

Usage

Install Dependencies

pnpm add -D @yugu/eslint-config-vue2
// .eslintrc
{
  "extends": "@yugu/eslint-config-vue2"
}

Create a new file called .eslintignore

dist
node_modules
public

Add Script

// package.json
{
  "scripts": {
    "lint": "npx eslint --ext .js,.ts,.json,.vue --fix ."
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @yugu/eslint-config-vue2

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

22 kB

Total Files

6

Last publish

Collaborators

  • yugu