-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extend markdownlint/style/prettier (#175)
* feat: extend markdownlint/style/prettier * pnpm up --latest
- Loading branch information
1 parent
85bc802
commit 382afc4
Showing
3 changed files
with
911 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"extends": "markdownlint/style/prettier", | ||
"first-line-h1": false, | ||
"no-hard-tabs": false, | ||
"no-inline-html": false, | ||
"line-length": false | ||
"no-inline-html": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,38 +2,39 @@ | |
"author": "Josh Goldberg <[email protected]>", | ||
"description": "A quickstart-friendly TypeScript package with lots of great repository tooling. ✨", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.38.1", | ||
"@typescript-eslint/parser": "^5.38.1", | ||
"@vitest/coverage-istanbul": "^0.26.0", | ||
"chalk": "^5.1.2", | ||
"cspell": "^6.12.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"@vitest/coverage-istanbul": "^0.26.3", | ||
"chalk": "^5.2.0", | ||
"cspell": "^6.18.1", | ||
"enquirer": "^2.3.6", | ||
"eslint": "^8.24.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "^8.31.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-deprecation": "^1.3.3", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-jsonc": "^2.4.0", | ||
"eslint-plugin-jsonc": "^2.6.0", | ||
"eslint-plugin-markdown": "^3.0.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"eslint-plugin-regexp": "^1.11.0", | ||
"eslint-plugin-regexp": "^1.12.0", | ||
"eslint-plugin-simple-import-sort": "^8.0.0", | ||
"eslint-plugin-typescript-sort-keys": "^2.1.0", | ||
"eslint-plugin-vitest": "^0.0.21", | ||
"husky": ">=6", | ||
"eslint-plugin-vitest": "^0.0.23", | ||
"husky": "^8.0.3", | ||
"jsonc-eslint-parser": "^2.1.0", | ||
"lint-staged": ">=10", | ||
"markdownlint-cli": "^0.32.2", | ||
"npm-package-json-lint": "^6.3.0", | ||
"lint-staged": "^13.1.0", | ||
"markdownlint": "^0.27.0", | ||
"markdownlint-cli": "^0.33.0", | ||
"npm-package-json-lint": "^6.4.0", | ||
"npm-package-json-lint-config-default": "^5.0.0", | ||
"octokit": "^2.0.10", | ||
"pnpm-deduplicate": "^0.4.0", | ||
"prettier": "^2.7.1", | ||
"release-it": "^15.5.1", | ||
"octokit": "^2.0.11", | ||
"pnpm-deduplicate": "^0.4.1", | ||
"prettier": "^2.8.2", | ||
"release-it": "^15.6.0", | ||
"replace-in-file": "^6.3.5", | ||
"sentences-per-line": "^0.2.1", | ||
"ts-prune": "^0.10.3", | ||
"typescript": "^4.8.4", | ||
"vitest": "^0.26.0", | ||
"typescript": "^4.9.4", | ||
"vitest": "^0.26.3", | ||
"yargs": "^17.6.2" | ||
}, | ||
"engines": { | ||
|
Oops, something went wrong.