Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @rushstack/eslint-plugin to ^0.16.0
##### [v0.16.0](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0160) Wed, 14 Aug 2024 22:37:32 GMT ##### Minor changes - Add 4 new ESLint rules: "[@rushstack/no-backslash-imports](https://github.com/rushstack/no-backslash-imports)", used to prevent backslashes in import and require statements; "[@rushstack/no-external-local-imports](https://github.com/rushstack/no-external-local-imports)", used to prevent referencing external depedencies in import and require statements; "[@rushstack/no-transitive-dependency-imports](https://github.com/rushstack/no-transitive-dependency-imports)", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and "[@rushstack/normalized-imports](https://github.com/rushstack/normalized-imports)", used to ensure that the most direct path to a dependency is provided in import and require statements ##### [v0.15.2](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0152) Sat, 27 Jul 2024 00:10:27 GMT ##### Patches - Include CHANGELOG.md in published releases again ##### [v0.15.1](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0151) Sat, 17 Feb 2024 06:24:34 GMT ##### Patches - Fix broken link to API documentation ##### [v0.15.0](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0150) Wed, 07 Feb 2024 01:11:18 GMT ##### Minor changes - Allow using `as const` in `typedef-var` ##### [v0.14.0](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0140) Tue, 16 Jan 2024 18:30:10 GMT ##### Minor changes - Add support for TypeScript 5.3 with [@typescript-eslint](https://github.com/typescript-eslint) 6.19.x
- Loading branch information