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

@ -9,13 +9,11 @@ Use this rule to prevent importing packages through relative paths.
It's useful in Yarn/Lerna workspaces, were it's possible to import a sibling
package using `../package` relative path, while direct `package` is the correct one.
+(fixable) The `--fix` option on the [command line] automatically fixes problems reported by this rule.
### Examples
## Examples
Given the following folder structure:
```
```pt
my-project
├── packages
│ ├── foo
@ -28,7 +26,8 @@ my-project
```
And the .eslintrc file:
```
```json
{
...
"rules": {