Skip to content

Commit

Permalink
remove webpack linter stage
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Oct 15, 2024
1 parent f93cca8 commit 4b03fce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack/webpack.custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const MergeJsonWebpackPlugin = require('merge-jsons-webpack-plugin');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const WebpackNotifierPlugin = require('webpack-notifier');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const ESLintPlugin = require('eslint-webpack-plugin');
const { EsbuildPlugin } = require('esbuild-loader');

const environment = require('./environment');
Expand All @@ -35,9 +34,6 @@ module.exports = async (config, options, targetOptions) => {
);

config.plugins.push(
new ESLintPlugin({
extensions: ['js', 'ts'],
}),
new WebpackNotifierPlugin({
title: 'Grade Scope Istic',
contentImage: path.join(__dirname, 'logo-jhipster.png'),
Expand Down

0 comments on commit 4b03fce

Please sign in to comment.