0.0.1 • Published 3 months ago

@ulu/eslint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@ulu/eslint-config-vue

Shared eslint config for vue projects.

Usage

You need to install eslint-plugin-vue in the project.

npm install eslint-plugin-vue -D

Then add to projects .eslintrc.cjs file

  {
    "extends": "@ulu/eslint-config-vue"
  }
0.0.1

3 months ago