Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
4
node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md
generated
vendored
4
node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md
generated
vendored
|
|
@ -43,8 +43,8 @@ export function getCount() {} // reported here: exported function is reassigned
|
|||
To prevent general reassignment of these identifiers, exported or not, you may
|
||||
want to enable the following core ESLint rules:
|
||||
|
||||
- [no-func-assign]
|
||||
- [no-class-assign]
|
||||
- [no-func-assign]
|
||||
- [no-class-assign]
|
||||
|
||||
[no-func-assign]: https://eslint.org/docs/rules/no-func-assign
|
||||
[no-class-assign]: https://eslint.org/docs/rules/no-class-assign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue