Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 738c387

Browse files
fix(atlauncher-scripts): fix node_modules path not showing in lint:md
1 parent 359446b commit 738c387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/atlauncher-scripts/scripts/lint-md.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const processArguments = [
44
'--config',
55
utils.getConfigFile('.markdownlint.json'),
66
'--ignore',
7-
utils.getNodeModulesPath(),
7+
utils.getProjectPath('node_modules'),
88
'--ignore',
99
utils.getProjectPath('CHANGELOG.md'),
1010
utils.getProjectPath('**/*.md'),

0 commit comments

Comments
 (0)