Skip to content

Commit

Permalink
chore: add break lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nekochan0122 committed Aug 28, 2024
1 parent 60c4b44 commit 6cb2da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ import { basePresetConfig } from '~/eslint/presets/base'
import { reactPresetConfig } from '~/eslint/presets/react'
import type { FlatConfigArray } from '~/eslint/types'

// use this type to fix error TS2742: The inferred type of 'eslintConfig' cannot be named without a reference to 'ts-eslint'. This is likely not portable. A type annotation is necessary.
// use this type to fix error TS2742:
// The inferred type of 'eslintConfig' cannot be named without a reference to 'ts-eslint'.
// This is likely not portable. A type annotation is necessary.
type ESlintConfig = {
plugin: {
'import': FlatConfigArray
Expand Down

0 comments on commit 6cb2da6

Please sign in to comment.