File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 "eslint:ci" : " eslint . --report-unused-disable-directives --max-warnings 0" ,
4141 "stylelint" : " stylelint --reportInvalidScopeDisables --reportNeedlessDisables \" docs/**/*.?(c|m)[jt]s?(x)\" \" docs/**/*.css\" --ignore-path .lintignore" ,
4242 "markdownlint" : " markdownlint-cli2 \" **/*.md\" " ,
43- "vale:fix" : " pnpm code-infra vale sync --vale-version $npm_package_config_valeVersion && git ls-files | grep -E \"\\ .(md|mdx)$ \" | xargs pnpm code-infra vale --vale-version $npm_package_config_valeVersion --filter='.Level== \" error \" ' --auto-fix all" ,
43+ "vale:fix" : " pnpm valelint --auto-fix all" ,
4444 "valelint" : " pnpm code-infra vale sync --vale-version $npm_package_config_valeVersion && git ls-files | grep -E \"\\ .(md|mdx)$\" | xargs pnpm code-infra vale --vale-version $npm_package_config_valeVersion --filter='.Level==\" error\" '" ,
4545 "prettier" : " pretty-quick --ignore-path .lintignore --branch master" ,
4646 "prettier:all" : " prettier --write . --ignore-path .lintignore" ,
You can’t perform that action at this time.
0 commit comments