0.1.0 • Published 4 years ago

eslint-config-prettystandard-vue v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@uscreen.de/eslint-config-prettystandard-vue

Known Vulnerabilities

ESLint sharable config: prettier & standard for Vue

While maintaining a larger number of projects with different versions of Node.js, Vue.js,modules, and linters, we can't recommend installing any global packages or binaries at all. Thus ESLint and it's config get installed as configured devDependency within their projects package.json. Editors are configured to use local eslint if found to overcome compatibility issues throughout different projects.

This package aims to avoid boilerplate and cope&paste with dozens of dotfiles in that scenario.

Install

Install all required plugins together with the ESLint and Prettier binaries as direct dependencies by adding this package to your devDependencies.

This is not following the proposed best-practice (see roadmap below), but works.

yarn:

yarn add @uscreen.de/eslint-config-prettystandard-vue -D

npm:

npm install @uscreen.de/eslint-config-prettystandard-vue -D

Usage

Add or modify your .eslintrc.js to extend @uscreen.de/eslint-config-prettystandard-vue, for example:

module.exports = {
  extends: ['@uscreen.de/eslint-config-prettystandard-vue']
}

This includes Prettier configuration, so you don't need to apply any extra .prettierrc.

Roadmap

Changelog

Format according to https://keepachangelog.com

v0.0.0

Added

  • Readme with instructions
  • initially bootstrapped

License

Licensed under MIT.

Credits

Maintained, Supported and Sponsored by u|screen