mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
Shake CI and docs up
This commit is contained in:
10
ci/lint.sh
Executable file
10
ci/lint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
eslint --max-warnings=0 --fix $$(git ls-files "*.ts" "*.tsx" "*.js")
|
||||
stylelint --fix $$(git ls-files "*.css")
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user