Closed wKovacs64 closed 8 years ago
Linting currently fails with the following error:
Error: eslint-config-vaffel: Configuration for rule "indent" is invalid: Value "data["2"].SwitchCase" has additional properties.
Upgrading eslint and eslint-config-vaffel resolves it. This PR also adds some quotes for consistency and resolves quote-props errors.
quote-props
Thanks!
Linting currently fails with the following error:
Upgrading eslint and eslint-config-vaffel resolves it. This PR also adds some quotes for consistency and resolves
quote-props
errors.