@vue/eslint-config-standard
eslint-config-standard for Vue.js projects
Last updated 4 years ago by soda .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @vue/eslint-config-standard 
SYNC missed versions from official npm registry.

@vue/eslint-config-standard

ESLint Shareable Configs for JavaScript Standard Style in Vue.js Projects

This config is specifically designed to be used by create-vue setups and is not meant for outside use (it can be used but some adaptations on the user side might be needed - for details see the config file).

A part of its design is that this config may implicitly depend on other parts of create-vue setups, such as eslint-plugin-vue being extended in the same resulting config.

[!NOTE] The current version doesn't support the legacy .eslintrc* configuration format. For that you need to use version 13 or earlier. See the corresponding README for more usage instructions.

Installation

npm add --dev @vue/eslint-config-standard

Usage

An example eslint.config.js:

import pluginVue from "eslint-plugin-vue";
import standard from "@vue/eslint-config-standard";

export default [
  ...pluginVue.configs["flat/essential"],
  ...standard,
]

Aliases

By default, none of the built-in rules require you to configure aliases in ESLint.

But if you want to enable some additional rules that need to actually resolve the imported module on the filesystem (e.g. import-x/no-unresolved) by yourself and need path aliases to be resolved, please make sure configure them in your jsconfig.json or tsconfig.json file. We use eslint-import-resolver-next as the default resolver, which will automatically detect path aliases in these files.

Current Tags

  • 8.0.1                                ...           latest (4 years ago)
  • 8.0.1                                ...           legacy-eslintrc (4 years ago)

58 Versions

  • 8.0.1                                ...           4 years ago
  • 8.0.0                                ...           4 years ago
  • 7.0.0                                ...           4 years ago
  • 6.1.0                                ...           5 years ago
  • 6.0.0                                ...           5 years ago
  • 5.1.2                                ...           6 years ago
  • 5.1.1                                ...           6 years ago
  • 5.1.0                                ...           6 years ago
  • 5.0.1                                ...           6 years ago
  • 5.0.0                                ...           6 years ago
  • 4.0.0                                ...           7 years ago
  • 3.0.5                                ...           8 years ago
  • 3.0.4                                ...           8 years ago
  • 3.0.3                                ...           8 years ago
  • 3.0.2                                ...           8 years ago
  • 3.0.1                                ...           8 years ago
  • 3.0.0                                ...           8 years ago
  • 3.0.0-rc.12                                ...           8 years ago
  • 3.0.0-rc.11                                ...           8 years ago
  • 3.0.0-rc.10                                ...           8 years ago
  • 3.0.0-rc.9                                ...           8 years ago
  • 3.0.0-rc.8                                ...           8 years ago
  • 3.0.0-rc.7                                ...           8 years ago
  • 3.0.0-rc.6                                ...           8 years ago
  • 3.0.0-rc.5                                ...           8 years ago
  • 3.0.0-rc.4                                ...           8 years ago
  • 3.0.0-rc.3                                ...           8 years ago
  • 3.0.0-rc.2                                ...           8 years ago
  • 3.0.0-rc.1                                ...           8 years ago
  • 3.0.0-beta.16                                ...           8 years ago
  • 3.0.0-beta.15                                ...           8 years ago
  • 3.0.0-beta.14                                ...           8 years ago
  • 3.0.0-beta.13                                ...           8 years ago
  • 3.0.0-beta.12                                ...           8 years ago
  • 3.0.0-beta.11                                ...           8 years ago
  • 3.0.0-beta.10                                ...           8 years ago
  • 3.0.0-beta.9                                ...           8 years ago
  • 3.0.0-beta.8                                ...           8 years ago
  • 3.0.0-beta.7                                ...           8 years ago
  • 3.0.0-beta.6                                ...           8 years ago
  • 3.0.0-beta.5                                ...           8 years ago
  • 3.0.0-beta.4                                ...           8 years ago
  • 3.0.0-beta.3                                ...           8 years ago
  • 3.0.0-beta.2                                ...           8 years ago
  • 3.0.0-beta.1                                ...           8 years ago
  • 3.0.0-alpha.13                                ...           8 years ago
  • 3.0.0-alpha.12                                ...           8 years ago
  • 3.0.0-alpha.11                                ...           8 years ago
  • 3.0.0-alpha.10                                ...           8 years ago
  • 3.0.0-alpha.9                                ...           8 years ago
  • 3.0.0-alpha.8                                ...           8 years ago
  • 3.0.0-alpha.7                                ...           8 years ago
  • 3.0.0-alpha.6                                ...           8 years ago
  • 3.0.0-alpha.5                                ...           8 years ago
  • 3.0.0-alpha.4                                ...           8 years ago
  • 3.0.0-alpha.3                                ...           8 years ago
  • 3.0.0-alpha.2                                ...           8 years ago
  • 3.0.0-alpha.1                                ...           8 years ago
Downloads
Today 3
This Week 40
This Month 141
Last Day 27
Last Week 72
Last Month 192
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |