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 44ab53e commit 6983d3fCopy full SHA for 6983d3f
generators/angular/templates/webpack/webpack.custom.js.ejs
@@ -50,7 +50,7 @@ module.exports = async (config, options, targetOptions) => {
50
new ESLintPlugin({
51
configType: 'flat',
52
eslintPath: 'eslint/use-at-your-own-risk',
53
- extensions: ['ts', 'js', 'html'],
+ // extensions: ['ts', 'js', 'html'],
54
}),
55
new WebpackNotifierPlugin({
56
title: '<%= humanizedBaseName %>',
0 commit comments