Skip to content

Commit 7444a52

Browse files
committed
Fix: language update
1 parent 2f890c9 commit 7444a52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"string-replace-loader": "^1.3.0",
3838
"url-loader": "^1.1.2",
3939
"vue": "^2.5.9",
40-
"vue-eslint-editor": "^0.1.1",
40+
"vue-eslint-editor": "^0.1.2",
4141
"vue-eslint-parser": "^3.2.2",
4242
"vue-loader": "^15.4.2",
4343
"vue-template-compiler": "^2.5.9",

src/lib/eslint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import plugin from "eslint-plugin-vue"
33
import * as parser from "vue-eslint-parser"
44

55
const verifyOptions = Object.freeze({
6-
filename: "vue-eslint-demo.vue",
76
preprocess: plugin.processors[".vue"].preprocess,
87
postprocess: plugin.processors[".vue"].postprocess,
98
})

0 commit comments

Comments
 (0)