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 0482c2c commit 76c0cabCopy full SHA for 76c0cab
packages/hedgehog-lab/config-overrides.js
@@ -4,11 +4,10 @@ const {
4
getBabelLoader,
5
addWebpackPlugin,
6
addWebpackModuleRule,
7
- useEslintRc,
+ disableEsLint,
8
} = require("customize-cra");
9
const ReactRefreshPlugin = require("@pmmmwh/react-refresh-webpack-plugin");
10
const { ESBuildPlugin } = require("esbuild-loader");
11
-const path = require("path");
12
13
module.exports = (config, env) => {
14
const prod = config.mode === "production";
@@ -29,7 +28,7 @@ module.exports = (config, env) => {
29
28
},
30
],
31
}),
32
- useEslintRc(path.resolve(__dirname, "./.eslintrc")),
+ disableEsLint(),
33
addWebpackModuleRule({
34
test: /.jsx?$/,
35
use: [
0 commit comments