How to close eslint in electron

has commented out the configuration of eslint in the webpack.main.config.js in the npm run dev
, but eslint still prompts an error

when it comes to npm run dev.
module: {
    rules: [
      // {
      //   test: /\.(js)$/,
      //   enforce: "pre",
      //   exclude: /node_modules/,
      //   use: {
      //     loader: "eslint-loader",
      //     options: {
      //       formatter: require("eslint-friendly-formatter")
      //     }
      //   }
      // },
      {
        test: /\.js$/,
        use: "babel-loader",
        exclude: /node_modules/
      },
      {
        test: /\.node$/,
        use: "node-loader"
      }
    ]
  },

clipboard.png

Mar.18,2021

are you done, Big Brother?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b311f6-40dae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b311f6-40dae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?