Skip to content

Commit 56b47c6

Browse files
Update part1a.md
info message on VScode when adding the currently suggested line of code: .eslintrc.cjs: Configuration for rule "react/prop-types" is invalid: Severity should be one of the following: 0 = off, 1 = warn, 2 = error (you passed 'false').
1 parent 3527faa commit 56b47c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ module.exports = {
407407
'warn',
408408
{ allowConstantExport: true },
409409
],
410-
'react/prop-types': false // highlight-line
410+
'react/prop-types': 0 // highlight-line
411411
},
412412
}
413413
```

0 commit comments

Comments
 (0)