Skip to content

Commit

Permalink
dependencies, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jul 20, 2024
1 parent 5789d7f commit b07bcd9
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 486 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint perfectionist/sort-objects: "error" */
import { antfu } from '@antfu/eslint-config'

/** @type {typeof antfu} */
Expand All @@ -9,6 +8,7 @@ export default antfu(
rules: {
'new-cap': 'off',
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
'unused-imports/no-unused-vars': ['error', { caughtErrors: 'none' }],
},
typescript: false,
},
Expand Down
Loading

0 comments on commit b07bcd9

Please sign in to comment.