mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Re-implement MD044/proper-names for better accuracy (range and fixInfo are now always valid) (fixes #402, fixes #403).
This commit is contained in:
parent
fb5f647368
commit
4db40256d9
7 changed files with 135 additions and 150 deletions
|
|
@ -29,6 +29,7 @@ function createTestForFile(file) {
|
|||
.then(
|
||||
function configFileExists() {
|
||||
return fs.promises.readFile(configFile, "utf8")
|
||||
// @ts-ignore
|
||||
.then(JSON.parse);
|
||||
},
|
||||
function noConfigFile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue