Skip to content

Commit

Permalink
Update eslint config type (#155)
Browse files Browse the repository at this point in the history
* Update dependencies

* Use `Config` Eslint type instead of deprecated FlatConfig
  • Loading branch information
baileys-li authored Aug 7, 2024
1 parent e13a4ac commit 09508ec
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 140 deletions.
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"delaunator": "^5.0.1",
"jstransformer-markdown-it": "^3.0.0",
"nanodelay": "^2.0.2",
"nanostores": "^0.11.0",
"nanostores": "^0.11.2",
"plausible-tracker": "^0.3.9",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-media-minmax": "^5.0.0",
"postcss-mixins": "^10.0.1",
"postcss-nesting": "^13.0.0",
Expand Down
Loading

0 comments on commit 09508ec

Please sign in to comment.