Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 5, 2024
1 parent d7716a6 commit 44fd180
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 14,859 deletions.
4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export default [
"@stylistic/padded-blocks": "off",

"unicorn/no-null": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/prevent-abbreviations": "off"
Expand All @@ -76,6 +75,9 @@ export default [
"module": "readonly",
"require": "readonly"
}
},
"rules": {
"unicorn/prefer-module": "off"
}
}
];
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"license": "MIT",
"type": "module",
"main": "./markdownlint-cli2.mjs",
"exports": {
".": "./markdownlint-cli2.mjs",
"./markdownlint": "./export-markdownlint.mjs",
Expand Down
6,414 changes: 0 additions & 6,414 deletions test/snapshots/markdownlint-cli2-test-exec.js.md

This file was deleted.

Binary file removed test/snapshots/markdownlint-cli2-test-exec.js.snap
Binary file not shown.
2,607 changes: 0 additions & 2,607 deletions test/snapshots/markdownlint-cli2-test-fs.js.md

This file was deleted.

Binary file removed test/snapshots/markdownlint-cli2-test-fs.js.snap
Binary file not shown.
5,836 changes: 0 additions & 5,836 deletions test/snapshots/markdownlint-cli2-test-main.js.md

This file was deleted.

Binary file not shown.

0 comments on commit 44fd180

Please sign in to comment.