chore(tooling,deps-dev): update antfu eslint conf

This commit is contained in:
braks
2024-01-21 14:35:35 +01:00
committed by Braks
parent 2e0656822a
commit 8bf6f26d3d
3 changed files with 280 additions and 223 deletions
+6
View File
@@ -20,5 +20,11 @@ module.exports = {
],
'antfu/if-newline': 0,
'antfu/generic-spacing': 0,
// stylistic
'@stylistic/ts/member-delimiter-style': 'off',
'@stylistic/ts/brace-style': 'off',
'@stylistic/js/operator-linebreak': 'off',
'@stylistic/ts/indent': 'off',
},
}