Skip to content

Commit

Permalink
fix(backend): more workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Dec 18, 2024
1 parent f4dc76b commit 7f0a981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/lib/configs/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import jest from 'eslint-plugin-jest';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';

delete eslintPluginPrettierRecommended.rules!['@typescript-eslint/member-delimiter-style'];
delete eslintPluginPrettierRecommended.rules!['@typescript-eslint/type-annotation-spacing'];

const defaultConfig = (plugin: TSESLint.FlatConfig.Plugin): TSESLint.FlatConfig.Config[] => [
js.configs.recommended,
Expand Down

0 comments on commit 7f0a981

Please sign in to comment.