1.0.0 • Published 3 years ago

eslint-config-uv v1.0.0

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

UniqueVision ESLint Configuration

Install

npm i -D eslint eslint-config-uv

Usage

There are three available configurations.

KeyDescription
uvTypeScript configuration.
uv/vueVue configuration.
uv/vue3Vue 3 configuration.

Write a basic .eslintrc.js file as follows, replacing the string with the desired configuration.

module.exports = {
  extends: [
    'uv/vue',
  ],
};