Add .prettierrc.json to configure Prettier, reformat code

This commit is contained in:
IvanZosimov
2022-12-19 17:09:22 +01:00
parent d42abd99fe
commit 0cad484cd0
6 changed files with 106 additions and 94 deletions

View File

@@ -1,3 +1,3 @@
import { run } from "./labeler";
import {run} from './labeler';
run();