rlaffers / eslint-plugin-xstate

ESLint plugin to check for common mistakes and enforce good practices when using XState.
MIT License
48 stars 4 forks source link

Ban hash signs and delimiters in state names #3

Closed rlaffers closed 3 years ago

rlaffers commented 3 years ago

As argued here, state names should not contain delimiters . (confuses hierarchical states with a single state with a delimiter in its names) nor hash signs # (confuses state names with IDs).

Optionally, ban white space too. Optionally, ban wildcards * (no good reason to support this).

Options (with defaults)

rlaffers commented 3 years ago

:tada: This issue has been resolved in version 0.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: