Skip to content

Commit

Permalink
chore: lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 18, 2024
1 parent b2e3ae5 commit 24af332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { ESLintConfig } from '@stacksjs/eslint-config'
import stacks from '@stacksjs/eslint-config'

export default stacks({
const config: ESLintConfig = stacks({
stylistic: {
indent: 2,
quotes: 'single',
Expand All @@ -10,3 +11,5 @@ export default stacks({
jsonc: true,
yaml: true,
})

export default config

0 comments on commit 24af332

Please sign in to comment.