chore: add eslint (#37)

This commit is contained in:
hiroki osame
2023-02-15 01:53:37 -05:00
committed by GitHub
parent 894baddd62
commit 11c48abb48
5 changed files with 2497 additions and 150 deletions

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env node
import { main } from "./aicommits";
import { main } from './aicommits';
(async () => {
await main();
await main();
})();