Skip to content

Commit

Permalink
Revert htmlhint and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping committed Sep 17, 2024
1 parent 9d2d45c commit 4365366
Show file tree
Hide file tree
Showing 22 changed files with 821 additions and 65 deletions.
2 changes: 1 addition & 1 deletion docker/customHtmlRules.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getCustomHtmlRuleOptions } = require("./api");
const { HTMLHint } = require("htmlhint");
const HTMLHint = require("htmlhint").default;
const findPhoneNumbersInText = require('libphonenumber-js').findPhoneNumbersInText;
const { customHtmlHintRules } = require("./rules");
const { CONSTANTS } = require("./utils")
Expand Down
Loading

0 comments on commit 4365366

Please sign in to comment.