feat: format for named tuple (#229)

This commit is contained in:
Ted Xu
2023-08-01 22:58:56 +08:00
committed by GitHub
parent effc708692
commit 0ff5e45fdd
4 changed files with 177 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ module.exports = {
'antfu/no-cjs-exports': 'error',
'antfu/no-ts-export-equal': 'error',
'antfu/no-const-enum': 'error',
'antfu/named-tuple-spacing': 'error',
// off
'@typescript-eslint/consistent-indexed-object-style': 'off',