fix: eslint errors

This commit is contained in:
Shusui MOYATANI
2023-11-23 00:54:04 +09:00
parent 93cf0ce825
commit 52f7573475
49 changed files with 130 additions and 253 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
prettier --write "$@"
eslint --cache --fix "$@"
eslint --fix "$@"