Skip to content

Commit 24af332

Browse files
committed
chore: lint changes
1 parent b2e3ae5 commit 24af332

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import type { ESLintConfig } from '@stacksjs/eslint-config'
12
import stacks from '@stacksjs/eslint-config'
23

3-
export default stacks({
4+
const config: ESLintConfig = stacks({
45
stylistic: {
56
indent: 2,
67
quotes: 'single',
@@ -10,3 +11,5 @@ export default stacks({
1011
jsonc: true,
1112
yaml: true,
1213
})
14+
15+
export default config

0 commit comments

Comments
 (0)