solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
206 stars 24 forks source link

Fix minor syntax mistake in readme #107

Closed SomeAspy closed 10 months ago

SomeAspy commented 10 months ago

On line 3 of the flat eslint config example for typescript, a colon is used instead of a semicolon. This PR fixes that.

joshwilsonvu commented 10 months ago

Thank you very much!