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

This commit is contained in:
braks
2024-01-21 13:15:22 +01:00
committed by Braks
parent 2e0656822a
commit 8bf6f26d3d
3 changed files with 280 additions and 223 deletions

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',
},
}

View File

@@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.js",
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@antfu/eslint-config": "^0.43.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-turbo": "^1.11.2",