Skip to content

Commit

Permalink
style: format source
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 12, 2024
1 parent a99e773 commit 9f9ed8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// @ts-check

import eslint from '@eslint/js'
import tseslint from 'typescript-eslint'
import unicorn from 'eslint-plugin-unicorn'
import preferArrow from 'eslint-plugin-prefer-arrow'
import prettier from 'eslint-config-prettier'
import * as importPlugin from 'eslint-plugin-import'
import preferArrow from 'eslint-plugin-prefer-arrow'
import unicorn from 'eslint-plugin-unicorn'
import tseslint from 'typescript-eslint'

export default tseslint.config(
eslint.configs.recommended,
Expand Down

0 comments on commit 9f9ed8c

Please sign in to comment.