Skip to content

Commit 47fb53b

Browse files
authored
Update use-an-eslint-config-file.md
1 parent b557491 commit 47fb53b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/recipes/use-an-eslint-config-file.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Use an ESLint config file
22

33
```js title="craco.config.js"
4-
const { ESLINT_MODES } = require('@craco/craco');
5-
64
module.exports = {
75
eslint: {
8-
mode: ESLINT_MODES.file,
6+
mode: 'file',
97
},
108
};
119
```

0 commit comments

Comments
 (0)