Skip to content

Commit

Permalink
Input code for disabling eslint in webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Gambit142 committed Sep 22, 2021
1 parent 7498773 commit 392fdda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const path = require('path');
/* eslint-disable*/
const HtmlWebpackPlugin = require('html-webpack-plugin');
/* eslint-enable */

module.exports = {
mode: 'development',
Expand Down

0 comments on commit 392fdda

Please sign in to comment.