Skip to content

Instantly share code, notes, and snippets.

View Shantelgray's full-sized avatar

Shantelgray Shantelgray

View GitHub Profile
@Shantelgray
Shantelgray / automatic_erb_linting.md
Created November 3, 2025 17:07
Automatic ERB_Linting
  1. Add ERB Formatter/Beautify (aliariff.vscode-erb-beautify) extension

  2. Add Run on Save extension (VS Code: emeraldwalk.runonsave; Cursor: achilleshr.runonsave)

  3. Add this into setting.json

  • VS Code:
"[erb]": {
 "editor.defaultFormatter": "aliariff.vscode-erb-beautify",