Skip to content

Commit e2b4b9b

Browse files
committed
Fix eslint.
1 parent 9fbab01 commit e2b4b9b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
// failOnWarning: true,
8787
// failOnError: true,
8888
fix: false,
89-
configFile: './.eslintrc.js',
89+
configFile: './.eslintrc.cjs',
9090
outputReport: {
9191
filePath: './eslint_report.html',
9292
formatter: 'html',

0 commit comments

Comments
 (0)