Skip to content

Commit 0bd9137

Browse files
Merge pull request #19 from knowledgecode/develop
Bump version to 0.6.1 and update dev dependencies
2 parents 3fb2df3 + 7d50059 commit 0bd9137

File tree

3 files changed

+537
-697
lines changed

3 files changed

+537
-697
lines changed

eslint.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export default defineConfig(
2727
rules: {
2828
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
2929
'@typescript-eslint/no-empty-function': 'off',
30-
'@typescript-eslint/no-extraneous-class': 'off',
3130
'@typescript-eslint/no-floating-promises': ['error', { ignoreIIFE: true }],
32-
'@typescript-eslint/no-unnecessary-type-parameters': 'off',
3331

3432
'accessor-pairs': 'error',
3533
'array-callback-return': 'error',
@@ -113,7 +111,7 @@ export default defineConfig(
113111
'@stylistic/function-call-spacing': 'warn',
114112
'@stylistic/generator-star-spacing': 'warn',
115113
'@stylistic/implicit-arrow-linebreak': 'warn',
116-
'@stylistic/indent': ['warn', 2, { ignoreComments: true }],
114+
'@stylistic/indent': ['warn', 2, { SwitchCase: 0, ignoreComments: true }],
117115
'@stylistic/jsx-quotes': 'warn',
118116
'@stylistic/key-spacing': 'warn',
119117
'@stylistic/keyword-spacing': 'warn',

0 commit comments

Comments
 (0)