Skip to content

Commit 6983d3f

Browse files
committed
Update webpack.custom.js.ejs
1 parent 44ab53e commit 6983d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/angular/templates/webpack/webpack.custom.js.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = async (config, options, targetOptions) => {
5050
new ESLintPlugin({
5151
configType: 'flat',
5252
eslintPath: 'eslint/use-at-your-own-risk',
53-
extensions: ['ts', 'js', 'html'],
53+
// extensions: ['ts', 'js', 'html'],
5454
}),
5555
new WebpackNotifierPlugin({
5656
title: '<%= humanizedBaseName %>',

0 commit comments

Comments
 (0)