Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@vue/eslint-config-prettier

Package Overview
Dependencies
94
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vue/eslint-config-prettier

eslint-config-prettier for vue-cli


Version published
Weekly downloads
660K
decreased by-2%
Maintainers
1
Install size
9.24 MB
Created
Weekly downloads
 

Package description

What is @vue/eslint-config-prettier?

@vue/eslint-config-prettier is an ESLint configuration package that disables rules that might conflict with Prettier, a code formatting tool. This package ensures that your Vue.js project adheres to Prettier's formatting rules without any conflicts from ESLint.

What are @vue/eslint-config-prettier's main functionalities?

Disabling conflicting ESLint rules

By extending `@vue/eslint-config-prettier` in your ESLint configuration, you disable all ESLint rules that are unnecessary or might conflict with Prettier. This ensures that Prettier's formatting rules take precedence.

{
  "extends": [
    "@vue/eslint-config-prettier"
  ]
}

Integration with Vue.js projects

This configuration extends both Vue's essential linting rules and Prettier's rules, ensuring that your Vue.js project is linted according to best practices while also being formatted by Prettier.

{
  "extends": [
    "plugin:vue/essential",
    "@vue/eslint-config-prettier"
  ]
}

Other packages similar to @vue/eslint-config-prettier

Readme

Source

@vue/eslint-config-prettier

eslint-config-prettier for vue-cli

Keywords

FAQs

Last updated on 26 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc