You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,6 +130,8 @@ These GitHub repositories provide supplementary resources for Rush Stack:
129
130
|[/build-tests-samples/packlets-tutorial](./build-tests-samples/packlets-tutorial/)| (Copy of sample project) Building this project is a regression test for @rushstack/eslint-plugin-packlets|
130
131
|[/build-tests/api-documenter-scenarios](./build-tests/api-documenter-scenarios/)| Building this project is a regression test for api-documenter |
131
132
|[/build-tests/api-documenter-test](./build-tests/api-documenter-test/)| Building this project is a regression test for api-documenter |
133
+
|[/build-tests/api-extractor-d-cts-test](./build-tests/api-extractor-d-cts-test/)| Building this project is a regression test for api-extractor |
134
+
|[/build-tests/api-extractor-d-mts-test](./build-tests/api-extractor-d-mts-test/)| Building this project is a regression test for api-extractor |
132
135
|[/build-tests/api-extractor-lib1-test](./build-tests/api-extractor-lib1-test/)| Building this project is a regression test for api-extractor |
133
136
|[/build-tests/api-extractor-lib2-test](./build-tests/api-extractor-lib2-test/)| Building this project is a regression test for api-extractor |
134
137
|[/build-tests/api-extractor-lib3-test](./build-tests/api-extractor-lib3-test/)| Building this project is a regression test for api-extractor |
@@ -141,6 +144,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
141
144
|[/build-tests/eslint-7-7-test](./build-tests/eslint-7-7-test/)| This project contains a build test to validate ESLint 7.7.0 compatibility with the latest version of @rushstack/eslint-config (and by extension, the ESLint plugin) |
142
145
|[/build-tests/eslint-7-test](./build-tests/eslint-7-test/)| This project contains a build test to validate ESLint 7 compatibility with the latest version of @rushstack/eslint-config (and by extension, the ESLint plugin) |
143
146
|[/build-tests/eslint-8-test](./build-tests/eslint-8-test/)| This project contains a build test to validate ESLint 8 compatibility with the latest version of @rushstack/eslint-config (and by extension, the ESLint plugin) |
147
+
|[/build-tests/eslint-bulk-suppressions-test](./build-tests/eslint-bulk-suppressions-test/)| Sample code to test eslint bulk suppressions |
144
148
|[/build-tests/hashed-folder-copy-plugin-webpack5-test](./build-tests/hashed-folder-copy-plugin-webpack5-test/)| Building this project exercises @rushstack/hashed-folder-copy-plugin with Webpack 5. NOTE - THIS TEST IS CURRENTLY EXPECTED TO BE BROKEN |
145
149
|[/build-tests/heft-copy-files-test](./build-tests/heft-copy-files-test/)| Building this project tests copying files with Heft |
146
150
|[/build-tests/heft-example-plugin-01](./build-tests/heft-example-plugin-01/)| This is an example heft plugin that exposes hooks for other plugins |
0 commit comments