Skip to content

Commit

Permalink
Add remark rule to check for common country flag mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
cl8n committed Aug 15, 2024
1 parent adc61fb commit 813ab0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default {
['lint-table-cell-padding', false],
['lint-table-pipe-alignment', false],
['message-control', { name: 'lint', source: ['remark-lint', 'remark-lint-osu'] }],
['osu/lint-country-flags'],
['osu/lint-table-align-style'],
['osu/lint-table-cell-padding'],
['osu/lint-table-no-missing-cells'],
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"remark-lint-no-unused-definitions": "3.1.1",
"remark-lint-osu-links": "github:cl8n/remark-lint-osu-links",
"remark-lint-osu-wiki-links": "github:MegaApplePi/remark-lint-osu-wiki-links",
"remark-osu": "^0.1.0",
"remark-osu": "^0.2.0",
"remark-preset-lint-markdown-style-guide": "5.1.2",
"vfile-reporter-github-action": "^2.0.0"
},
Expand Down

0 comments on commit 813ab0a

Please sign in to comment.