We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f890c9 commit 7444a52Copy full SHA for 7444a52
package.json
@@ -37,7 +37,7 @@
37
"string-replace-loader": "^1.3.0",
38
"url-loader": "^1.1.2",
39
"vue": "^2.5.9",
40
- "vue-eslint-editor": "^0.1.1",
+ "vue-eslint-editor": "^0.1.2",
41
"vue-eslint-parser": "^3.2.2",
42
"vue-loader": "^15.4.2",
43
"vue-template-compiler": "^2.5.9",
src/lib/eslint.js
@@ -3,7 +3,6 @@ import plugin from "eslint-plugin-vue"
3
import * as parser from "vue-eslint-parser"
4
5
const verifyOptions = Object.freeze({
6
- filename: "vue-eslint-demo.vue",
7
preprocess: plugin.processors[".vue"].preprocess,
8
postprocess: plugin.processors[".vue"].postprocess,
9
})
0 commit comments