0.1.2 • Published 2 years ago

@fenghan/eslint-config-vue v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ESlint Config for Vue

npm version

ESlint configuration for my vue projects.

Installation

This package is distributed via npm. It requires eslint.

If using npm 5+, use this shortcut:

npx install-peerdeps -D @fenghan/eslint-config-vue

Or install each package by yourself:

npm install -D @fenghan/eslint-config-vue eslint
# or
yarn add -D @fenghan/eslint-config-vue eslint

Usage

Add the extends to your .eslintrc.js:

module.exports = {
  extends: '@fenghan/eslint-config-vue',
  parserOptions: {
    project: 'tsconfig.json',
  },
  rules: {
    // your overrides
  },
}

What's Inside?

This configuration contains the following cool packages.

PackageDescription
@fenghan/eslint-config-tsMy ESlint configs for TypeScript.
eslint-plugin-vueOfficial ESLint plugin for Vue.js.
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago

1.1.1

3 years ago