File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ${color.cyan('Commands')}:
2020 doc Serve or build docs
2121 fmt, format Format code
2222 lint Lint code
23- check Run static checks
23+ check Run static checks, including linting and formatting
2424 test Run tests
2525 staged Run tasks on staged Git files
2626 setup Install Git hooks
@@ -38,7 +38,7 @@ const checkHelpMessage = `Rstack v${RSTACK_VERSION}
3838${ color . cyan ( 'Usage' ) } :
3939${ color . yellow ( ' $ rs check [options]' ) }
4040
41- Run static checks.
41+ Run static checks, including linting and formatting .
4242
4343${ color . cyan ( 'Options' ) } :
4444 --type-check Enable TypeScript type checking
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exports[`displays check help without loading config 1`] = `
66Usage:
77 $ rs check [options]
88
9- Run static checks.
9+ Run static checks, including linting and formatting .
1010
1111Options:
1212 --type-check Enable TypeScript type checking
You can’t perform that action at this time.
0 commit comments