File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
"lint:alex" : " alex ." ,
25
25
"lint:remark" : " remark -f . --ignore-path '.gitignore'" ,
26
26
"lint:spellcheck" : " find . -type f -name '*.md' -not -path './CHANGELOG.md' -not -path './node_modules/*' -not -path './vendor/*' -print0 | xargs -0 -n1 mdspell --report --en-us --ignore-numbers --ignore-acronyms" ,
27
- "lint:spellcheck-interactive" : " find . -type f -name '*.md' -not -path './node_modules/*' -- not-path '.v/endor /*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms" ,
28
- "lint" : " npm run lint:alex && npm run lint:remark && npm run lint:spellcheck-interactive" ,
29
- "test" : " npm run lint:alex && npm run lint:remark && npm run lint:spellcheck"
27
+ "lint:spellcheck-interactive" : " find . -type f -name '*.md' -not -path './node_modules/*' -not -path './vendor /*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms" ,
28
+ "lint" : " yarn run lint:alex && yarn run lint:remark && yarn run lint:spellcheck-interactive" ,
29
+ "test" : " yarn run lint:alex && yarn run lint:remark && yarn run lint:spellcheck"
30
30
},
31
31
"repository" : {
32
32
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments