Skip to content

no-restricted-syntax TSEnumDeclaration #77

Open
splincode opened this issue May 6, 2020 · 0 comments
Open

no-restricted-syntax TSEnumDeclaration #77

splincode opened this issue May 6, 2020 · 0 comments
Labels
feature New feature or request

Comments

@splincode
Copy link
Member

splincode commented May 6, 2020

        'no-restricted-syntax': [
            'error',
            {
                selector: 'TSEnumDeclaration:not([const=true])',
                message: "Don't declare non-const enums"
            }
        ],
@splincode splincode added the feature New feature or request label May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant