Robert Maloney
Results
2
issues of
Robert Maloney
In our repo we have `.hound.yml` configured to run ESLint: ```yaml fail_on_violations: true ruby: config_file: .rubocop.yml version: 0.63.0 javascript: enabled: false eslint: config_file: .eslintrc.json version: 6.3.0 enabled: true scss: config_file:...
### Description In Github (`HTML+ERB`) and Atom I notice this syntax bug when using `HTML (ERB - Ruby)` or `HTML (Rails)` highlighting: ```HTML+ERB variable = ; ``` **Expected behavior:** The...
bug
triaged