Skip to content

Commit b557491

Browse files
authored
Update getting-started.md
1 parent 8db7519 commit b557491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: website/docs/configuration/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Some sections have a `mode` property, which can be assigned one of two values:
103103
```js title="craco.config.js (example)"
104104
module.exports = {
105105
eslint: {
106-
mode: ESLINT_MODES.file,
106+
mode: 'file',
107107
configure: {
108108
formatter: when(
109109
process.env.NODE_ENV === 'CI',

0 commit comments

Comments
 (0)