Skip to content

Commit 382afc4

Browse files
feat: extend markdownlint/style/prettier (#175)
* feat: extend markdownlint/style/prettier * pnpm up --latest
1 parent 85bc802 commit 382afc4

File tree

3 files changed

+911
-864
lines changed

3 files changed

+911
-864
lines changed

Diff for: .markdownlint.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2+
"extends": "markdownlint/style/prettier",
23
"first-line-h1": false,
3-
"no-hard-tabs": false,
4-
"no-inline-html": false,
5-
"line-length": false
4+
"no-inline-html": false
65
}

Diff for: package.json

+21-20
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,39 @@
22
"author": "Josh Goldberg <[email protected]>",
33
"description": "A quickstart-friendly TypeScript package with lots of great repository tooling. ✨",
44
"devDependencies": {
5-
"@typescript-eslint/eslint-plugin": "^5.38.1",
6-
"@typescript-eslint/parser": "^5.38.1",
7-
"@vitest/coverage-istanbul": "^0.26.0",
8-
"chalk": "^5.1.2",
9-
"cspell": "^6.12.0",
5+
"@typescript-eslint/eslint-plugin": "^5.48.0",
6+
"@typescript-eslint/parser": "^5.48.0",
7+
"@vitest/coverage-istanbul": "^0.26.3",
8+
"chalk": "^5.2.0",
9+
"cspell": "^6.18.1",
1010
"enquirer": "^2.3.6",
11-
"eslint": "^8.24.0",
12-
"eslint-config-prettier": "^8.5.0",
11+
"eslint": "^8.31.0",
12+
"eslint-config-prettier": "^8.6.0",
1313
"eslint-plugin-deprecation": "^1.3.3",
1414
"eslint-plugin-eslint-comments": "^3.2.0",
15-
"eslint-plugin-jsonc": "^2.4.0",
15+
"eslint-plugin-jsonc": "^2.6.0",
1616
"eslint-plugin-markdown": "^3.0.0",
1717
"eslint-plugin-no-only-tests": "^3.1.0",
18-
"eslint-plugin-regexp": "^1.11.0",
18+
"eslint-plugin-regexp": "^1.12.0",
1919
"eslint-plugin-simple-import-sort": "^8.0.0",
2020
"eslint-plugin-typescript-sort-keys": "^2.1.0",
21-
"eslint-plugin-vitest": "^0.0.21",
22-
"husky": ">=6",
21+
"eslint-plugin-vitest": "^0.0.23",
22+
"husky": "^8.0.3",
2323
"jsonc-eslint-parser": "^2.1.0",
24-
"lint-staged": ">=10",
25-
"markdownlint-cli": "^0.32.2",
26-
"npm-package-json-lint": "^6.3.0",
24+
"lint-staged": "^13.1.0",
25+
"markdownlint": "^0.27.0",
26+
"markdownlint-cli": "^0.33.0",
27+
"npm-package-json-lint": "^6.4.0",
2728
"npm-package-json-lint-config-default": "^5.0.0",
28-
"octokit": "^2.0.10",
29-
"pnpm-deduplicate": "^0.4.0",
30-
"prettier": "^2.7.1",
31-
"release-it": "^15.5.1",
29+
"octokit": "^2.0.11",
30+
"pnpm-deduplicate": "^0.4.1",
31+
"prettier": "^2.8.2",
32+
"release-it": "^15.6.0",
3233
"replace-in-file": "^6.3.5",
3334
"sentences-per-line": "^0.2.1",
3435
"ts-prune": "^0.10.3",
35-
"typescript": "^4.8.4",
36-
"vitest": "^0.26.0",
36+
"typescript": "^4.9.4",
37+
"vitest": "^0.26.3",
3738
"yargs": "^17.6.2"
3839
},
3940
"engines": {

0 commit comments

Comments
 (0)