Skip to content

Commit 4562945

Browse files
committed
Correct documentation
1 parent dbd2b97 commit 4562945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rules/no-duplicate-field-names.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ export default {
5353
## :wrench: Options
5454

5555
This rule has an object option:
56+
5657
`"reserved"`: [] (default) array of dissalowed names inside `scopes`.
58+
5759
`"scope"`: [] (default) array of additional scopes to search for duplicates.
5860

5961
### Example 1:

0 commit comments

Comments
 (0)