1.0.0 • Published 1 year ago

@ezyaez/eslint-config-vue v1.0.0

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

eslint-config-vue

Global ESLint configuration for Vue.js projects.

Getting Started

Install Package

npm i -D @ezyaez/eslint-config-vue

Library Usage

This library contains some of most common rules for eslint for VueJS in integration. It extends eslint:recommended,plugin:vue/recommended,@vue/eslint-config-standard and use plugins as vue. It recommended to use this library as a base for your own configuration in projects.

ESLint can be configured in many ways e.g (.eslintrc.{js,yml,json} files.)

To extend this library

extends: ['@ezyaez/eslint-config-vue']

Library Rules

Building

Run nx build eslint-config-vue to build the library.

Linting

Run nx lint eslint-config-vue to lint the library.

Running unit tests

Run nx test eslint-config-vue to execute the unit tests via Jest.

View Change Log