LF it all!! - And actual tgui3
This commit is contained in:
@@ -52,6 +52,7 @@ task-dev-server() {
|
||||
task-eslint() {
|
||||
cd "${base_dir}"
|
||||
eslint ./packages "${@}"
|
||||
echo "tgui: eslint check passed"
|
||||
}
|
||||
|
||||
## Mr. Proper
|
||||
@@ -153,6 +154,13 @@ if [[ ${1} == '--lint-harder' ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ ${1} == '--fix' ]]; then
|
||||
shift 1
|
||||
task-install
|
||||
task-eslint --fix "${@}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
## Analyze the bundle
|
||||
if [[ ${1} == '--analyze' ]]; then
|
||||
task-install
|
||||
|
||||
Reference in New Issue
Block a user