1.0.1 • Published 1 month ago

@reflektor/eslint-config-vue v1.0.1

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

eslint-config-vue

ESLint configuration for Vue projects at Reflektor Digital.

What's inside this config?

Installation

yarn add @reflektor/eslint-config-vue -D

ESLint only exports the configuration from this package and not the dependencies. Hence, in order to use this config, we'll also need to install the dependencies separately.

yarn add eslint eslint-import-resolver-alias eslint-plugin-import eslint-plugin-vue -D

Usage

Once the package and dependencies are installed, we can apply this ESLint config into our project.

// .eslintrc.js

module.exports = {
  // ...
  extends : [
    // ...
    '@reflektor/vue'
  ]
};

Guidelines

License

MIT License