This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@kocal/eslint-config-generator-plugin-vue
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

ESLint config generator (plugin Vue)

Installation

Install the plugin:

$ yarn add --dev @kocal/eslint-config-generator-plugin-vue

Usage

In your .eslintrc.js:

// enable Vue support
generateConfig({
  vue: true
});

// enable and configure Vue support
generateConfig({
  vue: {
    version: 3, // default: 2
    config: 'recommended', // default: 'recommended', available values: 'essential', 'recommended', 'strongly-recommended'
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i @kocal/eslint-config-generator-plugin-vue

Weekly Downloads

2

Version

4.0.0

License

MIT

Unpacked Size

4.63 kB

Total Files

5

Last publish

Collaborators

  • kocal