Skip to content

Commit

Permalink
chore: update eslint.config
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Mar 6, 2024
1 parent ce04e78 commit e1c1684
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
import eslintConfig from "@ayingott/eslint-config"
// @ts-check

export default eslintConfig
import { defineFlatConfig } from "@ayingott/eslint-config"

export default defineFlatConfig([], {
prettier: true,
vue: false,
unocss: false,
react: false,
})

0 comments on commit e1c1684

Please sign in to comment.