fix: resolve prettier and eslint conflict by removing bracketSpacing: false

This commit is contained in:
Naoki Oketani
2025-05-03 12:32:25 +00:00
parent 93b005545f
commit fa975d057b
8 changed files with 44 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
import {Octokit} from '@octokit/rest'
import { Octokit } from '@octokit/rest'
export async function createComment(
octokit: Octokit,