Update checked-in dependencies
This commit is contained in:
parent
3fe5410805
commit
931cd264c2
72 changed files with 2295 additions and 1569 deletions
2
node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md
generated
vendored
2
node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md
generated
vendored
|
|
@ -32,7 +32,7 @@ You can also use an array of globs instead of literal booleans:
|
|||
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*.test.js", "**/*.spec.js"]}]
|
||||
```
|
||||
|
||||
When using an array of globs, the setting will be set to `true` (no errors reported) if the name of the file being linted matches a single glob in the array, and `false` otherwise.
|
||||
When using an array of globs, the setting will be set to `true` (no errors reported) if the name of the file being linted (i.e. not the imported file/module) matches a single glob in the array, and `false` otherwise.
|
||||
|
||||
There are 2 boolean options to opt into checking extra imports that are normally ignored: `includeInternal`, which enables the checking of internal modules, and `includeTypes`, which enables checking of type imports in TypeScript.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue