eslint-plugin-nuxt
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -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 @@ |
{ | ||
"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 |
39479
105
- Removedvue-eslint-parser@6.0.5(transitive)
Updatedeslint-plugin-vue@^5.2.2
Updatedvue-eslint-parser@^5.0.0