Skip to content

Commit

Permalink
Partially rewrite docs linter
Browse files Browse the repository at this point in the history
1. I want to set the stage to deal with MithrilJS#2898 properly.
2. `request` was deprecated years ago. Decided that it's better to just
   move to native Node.js APIs in its place.

I also decided to go a few steps further:
- Task queues to control concurrency
- Reimplemented the lint recursion manually
- Drop the cache to simplify everything
- Upgrade to a more modern language version
  • Loading branch information
dead-claudia committed Sep 1, 2024
1 parent 7b819f3 commit 1e174e7
Show file tree
Hide file tree
Showing 11 changed files with 865 additions and 1,145 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/.vscode
/.DS_Store
/.eslintcache
/.lint-docs-cache

# These are artifacts from various scripts
/dist
Expand Down
Loading

0 comments on commit 1e174e7

Please sign in to comment.