mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-22 08:50:13 +01:00
Update dependencies: c8 to 7.11.3, eslint to 8.18.0, eslint-plugin-jsdoc to 39.3.3, eslint-plugin-unicorn to 42.0.0, globby to 13.1.2, markdown-it-texmath to 1.0.0, markdownlint-rule-helpers to 0.16.0, ts-loader to 9.3.0, typescript to 4.7.4, webpack to 5.73.0, webpack-cli to 4.10.0.
This commit is contained in:
parent
949b69e812
commit
53cbf063e3
3 changed files with 13 additions and 12 deletions
|
|
@ -1024,6 +1024,7 @@ test("validateJsonUsingConfigSchemaStrict", (t) => {
|
|||
for (const file of testFiles) {
|
||||
const data = fs.readFileSync(
|
||||
path.join(testDirectory, file),
|
||||
// eslint-disable-next-line unicorn/prefer-json-parse-buffer
|
||||
"utf8"
|
||||
);
|
||||
t.true(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue