Yet more eslint rules
"no-template-curly-in-string": "error", will detect ${} in strings other than template literals
"block-spacing": ["warn", "always"], enforces spacing in blocks i.e. { return }
"curly": ["warn", "all"], enforces curly bracing on blocks
Edited by Skriv