Skip to content

Commit

Permalink
Fix format issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Jun 20, 2024
1 parent cb7704c commit d8fe670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check

import eslint from '@eslint/js'
import eslint from "@eslint/js"
import tseslint from "typescript-eslint"

const config = tseslint.config(
Expand Down

0 comments on commit d8fe670

Please sign in to comment.