New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-vue

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vue

eslint config for vue.js projects

1.1.0
Source
npm
Version published
Weekly downloads
3.3K
-25.7%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-vue

A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Vue.js projects

Usage

  • npm install --save-dev eslint-config-vue babel-eslint eslint-plugin-vue
  • create a file named .eslintrc in your project:
{
  "extends": "vue"
  // Your overrides...
}

License

MIT

Keywords

eslint

FAQs

Package last updated on 29 Aug 2016

Did you know?

Socket

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