File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "format" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run format" ,
2828 "format-text" : " prettier --write \" ./*.md\" \" ./docs/*.md\" && yarn workspaces foreach --all --topological-dev --parallel --verbose run format-text" ,
2929 "format-shell" : " shfmt -w scripts packages" ,
30- "lint" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run lint " ,
31- "lint-fix" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run lint- fix" ,
30+ "lint" : " eslint --max-warnings 0 . " ,
31+ "lint-fix" : " eslint --max-warnings 0 --fix . " ,
3232 "test" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run test" ,
3333 "test-firefox" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run test-firefox" ,
3434 "test-chrome" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run test-chrome" ,
You can’t perform that action at this time.
0 commit comments