]> git.proxmox.com Git - pve-eslint.git/blobdiff - patches/0001-adapt-webpack-config.patch
change from CLIEngine to ESLint
[pve-eslint.git] / patches / 0001-adapt-webpack-config.patch
index b0201e197c703e19fc34a9509c39dd3ba9875c38..a1235d3e8dc314a9e61578caa70b24f006b45c3d 100644 (file)
@@ -22,7 +22,7 @@ index a22c99b..9209159 100644
 +    target: "node",
      entry: {
 -        eslint: ["core-js/stable", "regenerator-runtime/runtime", "./lib/linter/linter.js"]
-+        eslint: ["core-js/stable", "regenerator-runtime/runtime", "./lib/linter/linter.js", "./lib/cli-engine/index.js"]
++        eslint: ["core-js/stable", "regenerator-runtime/runtime", "./lib/linter/linter.js", "./lib/eslint/index.js"]
      },
      output: {
          filename: "[name].js",