Skip to content

Commit

Permalink
Use Config Eslint type instead of deprecated FlatConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
baileys-li committed Aug 7, 2024
1 parent 8e94177 commit 958e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import loguxTsConfig from '@logux/eslint-config/ts'

/** @type {import('eslint').Linter.FlatConfig[]} */
/** @type {import('eslint').Linter.Config[]} */
export default [
{ ignores: ['dist/'] },
...loguxTsConfig,
Expand Down

0 comments on commit 958e564

Please sign in to comment.