mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 12:31:58 +02:00
Implement new structure
This commit is contained in:
11
scripts/lint.sh
Executable file
11
scripts/lint.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env sh
|
||||
# lint.sh -- Lint CSS and JS files.
|
||||
|
||||
set -eu
|
||||
|
||||
main() {
|
||||
yarn lint:css "$@"
|
||||
yarn lint:js "$@"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user