Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.1
Choose a base ref
...
head repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 28, 2019

  1. Update README.md (#1020)

    ota-meshi authored Dec 28, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    da1848c View commit details

Commits on Dec 30, 2019

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    5b7dd8a View commit details
  2. version 6.1.2

    ota-meshi committed Dec 30, 2019
    Copy the full SHA
    2e1d15b View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 docs/user-guide/README.md
  2. +3 −3 package.json
2 changes: 1 addition & 1 deletion docs/user-guide/README.md
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@ If you already use another parser (e.g. `"parser": "babel-eslint"`), please move
}
```

See also: "[Use together with custom parsers](#use-together-with-custom-parsers)" section.
See also: "[How to use a custom parser?](#how-to-use-a-custom-parser)" section.

### Why doesn't it work on .vue files?

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "6.1.1",
"version": "6.1.2",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
@@ -47,7 +47,8 @@
"eslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"vue-eslint-parser": "^7.0.0"
"vue-eslint-parser": "^7.0.0",
"semver": "^5.6.0"
},
"devDependencies": {
"@types/node": "^4.2.16",
@@ -64,7 +65,6 @@
"lodash": "^4.17.4",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"semver": "^5.6.0",
"typescript": "^3.5.2",
"vue-eslint-editor": "^0.1.4",
"vuepress": "^0.14.5"