Skip to content

Commit

Permalink
chore: use ESLintConfig type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 15, 2024
1 parent 4d5ba36 commit 948d303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ConfigNames, FlatConfigComposer, TypedFlatConfigItem } from '@stacksjs/eslint-config'
import type { ESLintConfig } from '@stacksjs/eslint-config'
import stacks from '@stacksjs/eslint-config'

const config: FlatConfigComposer<TypedFlatConfigItem, ConfigNames> = stacks({
const config: ESLintConfig = stacks({
stylistic: {
indent: 2,
quotes: 'single',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/eslint-config": "^3.12.0-beta.3",
"@stacksjs/eslint-config": "^3.12.0-beta.4",
"@stacksjs/rpx": "^0.8.0",
"@types/bun": "^1.1.14",
"bumpp": "^9.9.1",
Expand Down

0 comments on commit 948d303

Please sign in to comment.