#!/bin/bash -e ## tools/delint ## ## Automatically fixes lintable mistakes and stylistic problems, where possible. cd "$(dirname "$0")/.." npx eslint --fix cargo fix cargo clippy --fix