There was an error while loading. Please reload this page.
1 parent ac63701 commit 6246d27Copy full SHA for 6246d27
frontend/craco.config.js
@@ -1,5 +1,9 @@
1
const CracoLessPlugin = require('craco-less');
2
+const { ESLINT_MODES } = require('@craco/craco');
3
4
module.exports = {
- plugins: [{ plugin: CracoLessPlugin }]
5
+ plugins: [{ plugin: CracoLessPlugin }],
6
+ eslint: {
7
+ mode: ESLINT_MODES.file
8
+ }
9
};
0 commit comments