Skip to content

Commit

Permalink
Merge pull request ppy#10302 from cl8n/remark-table-lint
Browse files Browse the repository at this point in the history
Add remark-lint rules for ASC table styling
  • Loading branch information
TicClick authored Oct 29, 2023
2 parents cc0ba97 + eb148ab commit 8b35134
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export default {
['lint-ordered-list-marker-value', 'ordered'],
['lint-osu-links'],
['lint-osu-wiki-links'],
['lint-table-cell-padding', false],
['lint-table-pipe-alignment', false],
['osu/lint-table-align-style'],
['osu/lint-table-cell-padding'],
['osu/lint-table-no-missing-cells'],
],
};
134 changes: 128 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +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-preset-lint-markdown-style-guide": "5.1.2",
"vfile-reporter-github-action": "^1.0.0",
"vfile-reporter-position": "github:TicClick/vfile-reporter-position#update-vfile-message-v3"
Expand Down

0 comments on commit 8b35134

Please sign in to comment.