Skip to content

Commit

Permalink
Remove lingering markdownlint references.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Mar 17, 2024
1 parent 3a331d9 commit 6252cc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ publish-branch=main
public-hoist-pattern[]=@kitschpatrol/repo-config
public-hoist-pattern[]=*cspell*
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*markdownlint*
public-hoist-pattern[]=*mdat*
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*remark*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "MIT",
"private": true,
"packageManager": "[email protected].4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"packageManager": "[email protected].5",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-config/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The monorepo must be kept intact, as the sub-packages depend on scripts in the p

Pnpm considers module hoisting harmful, and I tend to agree, but certain exceptions are carved out as necessary:

- CSpell, markdownlint, mdat, ESLint, and Prettier all need to be hoisted via `public-hoist-pattern` to be accessible in `pnpm exec` scripts and to VS Code plugins.
- CSpell, remark, mdat, ESLint, and Prettier all need to be hoisted via `public-hoist-pattern` to be accessible in `pnpm exec` scripts and to VS Code plugins.

- Even basic file-only packages like `repo-config` seem to need to be hoisted via for their bin scripts to be accessible via `pnpm exec`

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The monorepo must be kept intact, as the sub-packages depend on scripts in the p

Pnpm considers module hoisting harmful, and I tend to agree, but certain exceptions are carved out as necessary:

- CSpell, markdownlint, mdat, ESLint, and Prettier all need to be hoisted via `public-hoist-pattern` to be accessible in `pnpm exec` scripts and to VS Code plugins.
- CSpell, remark, mdat, ESLint, and Prettier all need to be hoisted via `public-hoist-pattern` to be accessible in `pnpm exec` scripts and to VS Code plugins.

- Even basic file-only packages like `repo-config` seem to need to be hoisted via for their bin scripts to be accessible via `pnpm exec`

Expand Down

0 comments on commit 6252cc7

Please sign in to comment.