1.13.7 • Published 5 years ago

@borealisgroup/eslint-config-vue v1.13.7

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

@borealisgroup/eslint-config-vue

ESLint config for Vue JS linting.

Prerequisites

See @borealisgroup/eslint-config prerequisites

Install

Using npm:

yarn -D @borealisgroup/eslint-config-vue

Usage

Create a file .eslintrc.js at the root of your project:

module.exports = {
  extends: '@borealisgroup/eslint-config-vue',
};

See also @borealisgroup/eslint-config usage

ESLint

Parser

  • vue-eslint-parser

Plugins

  • plugin:vue/recommended
  • prettier/vue - Prettier support

Contributing

If you want to modify plugins or general rules in your project, please submit a pull request with a justification instead of overwriting your local config.

1.13.7

5 years ago

1.13.6

5 years ago

1.1.11

5 years ago

1.1.9

5 years ago

1.1.10

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0-alpha.0

6 years ago