Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2023-08-21 17:52:18 +00:00
parent 67f7ac2add
commit 02c45745e3
174 changed files with 2781 additions and 5722 deletions

View file

@ -6,12 +6,12 @@ In exporting files, this rule checks if there is default export or not.
## Rule Details
##### rule schema:
### rule schema
```javascript
"import/prefer-default-export": [
( "off" | "warn" | "error" ),
{ "target": "single" | "any" } // default is "single"
{ "target": "single" | "any" } // default is "single"
]
```
@ -109,7 +109,6 @@ How to setup config file for this rule:
}
```
The following patterns are *not* considered warnings:
```javascript