Skip to content

Commit 093cd98

Browse files
committed
disable eslint on build, not working with latest eslint
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 7f5d532 commit 093cd98

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

webpack.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ webpackConfig.entry = {
1717
timezone: path.join(__dirname, 'src', 'timezone.js'),
1818
}
1919

20-
webpackConfig.plugins.push(
21-
new ESLintPlugin({
22-
extensions: ['js', 'vue'],
23-
files: 'src',
24-
failOnError: !isDev,
25-
})
26-
)
20+
//webpackConfig.plugins.push(
21+
// new ESLintPlugin({
22+
// extensions: ['js', 'vue'],
23+
// files: 'src',
24+
// failOnError: !isDev,
25+
// })
26+
//)
2727
webpackConfig.plugins.push(
2828
new StyleLintPlugin({
2929
files: 'src/**/*.{css,scss,vue}',

0 commit comments

Comments
 (0)