Skip to content

Commit d4a4490

Browse files
committed
Rename the "stack" folder to "eslint."
1 parent 7647482 commit d4a4490

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+219
-219
lines changed

common/config/rush/pnpm-lock.yaml

+182-182
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/repo-state.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "7dd517941c2b68be08c2ce10808af2ce71cd1b5d",
3+
"pnpmShrinkwrapHash": "705199dbbe9c7d8a4a1ef22ba5da873b99eb2475",
44
"preferredVersionsHash": "d49c654eb97c525b44ecd458ce9131d67372b331"
55
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

rush.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,42 @@
601601
"shouldPublish": false
602602
},
603603

604+
// "eslint" folder (alphabetical order)
605+
{
606+
"packageName": "@rushstack/eslint-config",
607+
"projectFolder": "eslint/eslint-config",
608+
"reviewCategory": "libraries",
609+
"shouldPublish": true
610+
},
611+
{
612+
"packageName": "@rushstack/eslint-patch",
613+
"projectFolder": "eslint/eslint-patch",
614+
"reviewCategory": "libraries",
615+
"shouldPublish": true,
616+
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
617+
},
618+
{
619+
"packageName": "@rushstack/eslint-plugin",
620+
"projectFolder": "eslint/eslint-plugin",
621+
"reviewCategory": "libraries",
622+
"shouldPublish": true,
623+
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
624+
},
625+
{
626+
"packageName": "@rushstack/eslint-plugin-packlets",
627+
"projectFolder": "eslint/eslint-plugin-packlets",
628+
"reviewCategory": "libraries",
629+
"shouldPublish": true,
630+
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
631+
},
632+
{
633+
"packageName": "@rushstack/eslint-plugin-security",
634+
"projectFolder": "eslint/eslint-plugin-security",
635+
"reviewCategory": "libraries",
636+
"shouldPublish": true,
637+
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
638+
},
639+
604640
// heft-* projects
605641
{
606642
"packageName": "heft-action-plugin",
@@ -919,42 +955,6 @@
919955
"versionPolicyName": "rush"
920956
},
921957

922-
// "stack" folder (alphabetical order)
923-
{
924-
"packageName": "@rushstack/eslint-config",
925-
"projectFolder": "stack/eslint-config",
926-
"reviewCategory": "libraries",
927-
"shouldPublish": true
928-
},
929-
{
930-
"packageName": "@rushstack/eslint-patch",
931-
"projectFolder": "stack/eslint-patch",
932-
"reviewCategory": "libraries",
933-
"shouldPublish": true,
934-
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
935-
},
936-
{
937-
"packageName": "@rushstack/eslint-plugin",
938-
"projectFolder": "stack/eslint-plugin",
939-
"reviewCategory": "libraries",
940-
"shouldPublish": true,
941-
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
942-
},
943-
{
944-
"packageName": "@rushstack/eslint-plugin-packlets",
945-
"projectFolder": "stack/eslint-plugin-packlets",
946-
"reviewCategory": "libraries",
947-
"shouldPublish": true,
948-
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
949-
},
950-
{
951-
"packageName": "@rushstack/eslint-plugin-security",
952-
"projectFolder": "stack/eslint-plugin-security",
953-
"reviewCategory": "libraries",
954-
"shouldPublish": true,
955-
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
956-
},
957-
958958
// "webpack" folder (alphabetical order)
959959
{
960960
"packageName": "@microsoft/loader-load-themed-styles",

0 commit comments

Comments
 (0)