We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a19ddb commit 836379fCopy full SHA for 836379f
markdownlint.js
@@ -65,7 +65,7 @@ function readConfiguration(userConfigFile) {
65
let config = rc('markdownlint', {});
66
for (const projectConfigFile of projectConfigFiles) {
67
try {
68
- fs.accessSync(projectConfigFile, fs.R_OK);
+ fs.accessSync(projectConfigFile);
69
const projectConfig = readConfig(projectConfigFile, configParsers);
70
config = {...config, ...projectConfig};
71
break;
0 commit comments