Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-nuxt

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-nuxt - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

## [0.4.3](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.4.0...v0.4.3) (2019-03-12)
### Bug Fixes
* incompatible version of vue-eslint-parser ([9bb12ae](https://github.com/nuxt/eslint-plugin-nuxt/commit/9bb12ae))
* use filename instead of full path ([4c62a37](https://github.com/nuxt/eslint-plugin-nuxt/commit/4c62a37))
## [0.4.2](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.4.0...v0.4.2) (2019-02-21)

@@ -7,0 +17,0 @@

14

package.json
{
"name": "eslint-plugin-nuxt",
"version": "0.4.2",
"version": "0.4.3",
"description": "ESLint plugin for Nuxt.js",

@@ -40,3 +40,3 @@ "author": "Clark Du <clarkdo@gmail.com>",

"devDependencies": {
"eslint": "^5.13.0",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",

@@ -48,10 +48,10 @@ "eslint-plugin-import": "^2.16.0",

"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.3",
"standard-version": "^5.0.0"
"jest": "^24.4.0",
"lint-staged": "^8.1.5",
"standard-version": "^5.0.1"
},
"dependencies": {
"eslint-plugin-vue": "^5.1.0",
"vue-eslint-parser": "^6.0.2"
"eslint-plugin-vue": "^5.2.2",
"vue-eslint-parser": "^5.0.0"
}
}

@@ -43,2 +43,4 @@ # eslint-plugin-nuxt

1. Use our preset to extend recommended defaults:
```json

@@ -52,6 +54,9 @@ {

Then configure the rules you want to use under the rules section.
2. Or specify individual rules manually:
```json
{
"plugins": [
"nuxt"
],
"rules": {

@@ -58,0 +63,0 @@ "nuxt/rule-name": 2

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc