Skip to content

Commit 428bad0

Browse files
authored
Update osa1a.md
According to https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/prop-types.md, set "react/prop-types" to 0 to disable
1 parent 41daa4a commit 428bad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/fi/osa1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ module.exports = {
391391
'warn',
392392
{ allowConstantExport: true },
393393
],
394-
'react/prop-types': false // highlight-line
394+
'react/prop-types': 0 // highlight-line
395395
},
396396
}
397397
```

0 commit comments

Comments
 (0)