Skip to content

Commit

Permalink
Update docs/rules/prefer-default-export.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
bmish and ljharb committed Aug 8, 2023
1 parent 8be11f3 commit 57a9fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/prefer-default-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In exporting files, this rule checks if there is default export or not.
```javascript
"import/prefer-default-export": [
( "off" | "warn" | "error" ),
{ "target": "single" | "any" } // default is "single"
{ "target": "single" | "any" } // default is "single"
]
```

Expand Down

0 comments on commit 57a9fb0

Please sign in to comment.