File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 "lint:alex" : " alex ." ,
2525 "lint:remark" : " remark -f . --ignore-path '.gitignore'" ,
2626 "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"
3030 },
3131 "repository" : {
3232 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments