Skip to content

Commit 948d303

Browse files
committed
chore: use ESLintConfig type
1 parent 4d5ba36 commit 948d303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bun.lockb

0 Bytes
Binary file not shown.

eslint.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import type { ConfigNames, FlatConfigComposer, TypedFlatConfigItem } from '@stacksjs/eslint-config'
1+
import type { ESLintConfig } from '@stacksjs/eslint-config'
22
import stacks from '@stacksjs/eslint-config'
33

4-
const config: FlatConfigComposer<TypedFlatConfigItem, ConfigNames> = stacks({
4+
const config: ESLintConfig = stacks({
55
stylistic: {
66
indent: 2,
77
quotes: 'single',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"preview:docs": "bun --bun vitepress preview docs"
4242
},
4343
"devDependencies": {
44-
"@stacksjs/eslint-config": "^3.12.0-beta.3",
44+
"@stacksjs/eslint-config": "^3.12.0-beta.4",
4545
"@stacksjs/rpx": "^0.8.0",
4646
"@types/bun": "^1.1.14",
4747
"bumpp": "^9.9.1",

0 commit comments

Comments
 (0)