Skip to content

Commit

Permalink
Rename the "stack" folder to "eslint."
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Dec 6, 2021
1 parent 7647482 commit d4a4490
Show file tree
Hide file tree
Showing 86 changed files with 219 additions and 219 deletions.
364 changes: 182 additions & 182 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "7dd517941c2b68be08c2ce10808af2ce71cd1b5d",
"pnpmShrinkwrapHash": "705199dbbe9c7d8a4a1ef22ba5da873b99eb2475",
"preferredVersionsHash": "d49c654eb97c525b44ecd458ce9131d67372b331"
}
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
72 changes: 36 additions & 36 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,42 @@
"shouldPublish": false
},

// "eslint" folder (alphabetical order)
{
"packageName": "@rushstack/eslint-config",
"projectFolder": "eslint/eslint-config",
"reviewCategory": "libraries",
"shouldPublish": true
},
{
"packageName": "@rushstack/eslint-patch",
"projectFolder": "eslint/eslint-patch",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},
{
"packageName": "@rushstack/eslint-plugin",
"projectFolder": "eslint/eslint-plugin",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},
{
"packageName": "@rushstack/eslint-plugin-packlets",
"projectFolder": "eslint/eslint-plugin-packlets",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},
{
"packageName": "@rushstack/eslint-plugin-security",
"projectFolder": "eslint/eslint-plugin-security",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},

// heft-* projects
{
"packageName": "heft-action-plugin",
Expand Down Expand Up @@ -919,42 +955,6 @@
"versionPolicyName": "rush"
},

// "stack" folder (alphabetical order)
{
"packageName": "@rushstack/eslint-config",
"projectFolder": "stack/eslint-config",
"reviewCategory": "libraries",
"shouldPublish": true
},
{
"packageName": "@rushstack/eslint-patch",
"projectFolder": "stack/eslint-patch",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},
{
"packageName": "@rushstack/eslint-plugin",
"projectFolder": "stack/eslint-plugin",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},
{
"packageName": "@rushstack/eslint-plugin-packlets",
"projectFolder": "stack/eslint-plugin-packlets",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},
{
"packageName": "@rushstack/eslint-plugin-security",
"projectFolder": "stack/eslint-plugin-security",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"]
},

// "webpack" folder (alphabetical order)
{
"packageName": "@microsoft/loader-load-themed-styles",
Expand Down

0 comments on commit d4a4490

Please sign in to comment.