Skip to content

Commit

Permalink
Disable more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed Mar 11, 2024
1 parent 52d2b27 commit dace345
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ module.exports = {
'remark-frontmatter',
'remark-gfm',
['remark-lint-maximum-heading-length', false],
['remark-lint-final-definition', false],
['remark-lint-no-file-name-mixed-case', false],
],
};
2 changes: 0 additions & 2 deletions docs/plugin-development/how-tos/AddonEventManager.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--lint disable no-file-name-mixed-case-->

# AddonEventManager

This service provides a manager for adding and removing custom events from the
Expand Down
2 changes: 0 additions & 2 deletions docs/plugin-development/how-tos/AddonLifecycle.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--lint disable no-file-name-mixed-case-->

# AddonLifecycle

This service provides you very easy access to various states and state changes
Expand Down
2 changes: 0 additions & 2 deletions docs/plugin-development/interacting-with-the-game.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--lint disable final-definition-->

# Interacting With The Game

Virtually any plugin will eventually want to interact with the game itself in
Expand Down
2 changes: 0 additions & 2 deletions docs/plugin-development/reverse-engineering.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--lint disable final-definition-->

# Reverse Engineering (For Plugin Devs)

Reverse engineering an application is difficult. Reverse engineering a massive
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-lint": "^9.1.2",
"remark-lint-final-definition": "^3.1.2",
"remark-lint-maximum-heading-length": "^3.1.2",
"remark-lint-no-file-name-mixed-case": "^2.1.2",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit dace345

Please sign in to comment.