core icon indicating copy to clipboard operation
core copied to clipboard

Re-enable ESLint rules `@typescript-eslint/prefer-*`

Open MajorLift opened this issue 1 year ago • 0 comments

        '@typescript-eslint/prefer-enum-initializers': 'error',
        '@typescript-eslint/prefer-nullish-coalescing': 'warn',
        '@typescript-eslint/prefer-optional-chain': 'warn',
        '@typescript-eslint/prefer-reduce-type-parameter': 'warn',

In future PRs, enabling the 'prefer' rules should remove the need for some style guide entries (TODO: link entries)

MajorLift avatar Jun 10 '24 21:06 MajorLift