diff --git a/craco.config.js b/craco.config.js new file mode 100644 index 0000000..893ef31 --- /dev/null +++ b/craco.config.js @@ -0,0 +1,5 @@ +module.exports = { + eslint: { + enable: false, + }, +};