1.4.2 • Published 1 year ago

@destination/eslint-config-vue v1.4.2

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

Destination ESLint Config Vue

Defines a set of rules used by ESLint to enforce our JS/TS coding standards for Vue projects

Installation

yarn add @destination/eslint-config-vue eslint --dev

Usage

Add the following to your project's ruleset e.g. in package.json:

{
    "eslint": {
        "extends": "@destination/eslint-config-vue"
    }
}

Run eslint as normal e.g.:

yarn eslint 'assets/**/*.{js,ts,vue}'

License

Released under the MIT license

1.4.2

1 year ago

1.4.0

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.2.1

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago