Skip to content

Commit

Permalink
feat: remove redundant ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 18, 2024
1 parent 7d74112 commit f4ed388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"single-title": false,
},
"gitignore": true,
"globs": ["*.md", "**/*.md"],
"globs": ["*.md", "**/*.md", "*.mdx", "**/*.mdx"],
"ignores": ["**/LICENSE*.md"],
}
167 changes: 0 additions & 167 deletions .markdownlintignore

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"fix:constraints": "yarn constraints --fix",
"fix:eslint": "turbo --continue fix:eslint --",
"fix:taplo": "taplo fmt",
"fix:markdownlint": "markdownlint --dot --fix .",
"fix:markdownlint": "markdownlint-cli2 --fix",
"fix:prettier": "prettier --write --ignore-unknown .",
"fix:yarn-deduplicate": "yarn dedupe --strategy highest",
"lint": "npm-run-all --continue-on-error \"lint:*\"",
"@TODO.2": "Upgrade or remove these blocks and remove the --ignore-package options (also @TODO.1)",
"lint:constraints": "yarn constraints",
"lint:eslint": "turbo --continue lint:eslint --",
"lint:license-in-workspaces": "yarn workspace @local/repo-chores exe scripts/check-license-in-workspaces.ts",
"lint:markdownlint": "markdownlint --dot .",
"lint:markdownlint": "markdownlint-cli2",
"lint:prettier": "prettier --check --ignore-unknown .",
"lint:taplo": "taplo fmt --check",
"lint:tsc": "turbo --continue lint:tsc --",
Expand Down

0 comments on commit f4ed388

Please sign in to comment.