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 754424b commit be8b884Copy full SHA for be8b884
karma.conf.js
@@ -8,6 +8,9 @@ webpackConfig.vue = {
8
}
9
10
11
+// remove eslint
12
+delete webpackConfig.module.preLoaders;
13
+
14
// Karma configuration
15
module.exports = function(config) {
16
config.set({
test/unit/.eslintrc.json
@@ -7,6 +7,9 @@
7
"globals": {
"expect": true
},
+ "plugins": [
+ "html"
+ ],
"settings": {
"import/resolver": {
"node": {
0 commit comments