We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5d532 commit 093cd98Copy full SHA for 093cd98
1 file changed
webpack.js
@@ -17,13 +17,13 @@ webpackConfig.entry = {
17
timezone: path.join(__dirname, 'src', 'timezone.js'),
18
}
19
20
-webpackConfig.plugins.push(
21
- new ESLintPlugin({
22
- extensions: ['js', 'vue'],
23
- files: 'src',
24
- failOnError: !isDev,
25
- })
26
-)
+//webpackConfig.plugins.push(
+// new ESLintPlugin({
+// extensions: ['js', 'vue'],
+// files: 'src',
+// failOnError: !isDev,
+// })
+//)
27
webpackConfig.plugins.push(
28
new StyleLintPlugin({
29
files: 'src/**/*.{css,scss,vue}',
0 commit comments