forked from rubyevents/rubyevents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.herb.yml
More file actions
25 lines (20 loc) · 664 Bytes
/
.herb.yml
File metadata and controls
25 lines (20 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file configures Herb for your project and team.
# Settings here take precedence over individual editor preferences.
#
# Herb is a suite of tools for HTML+ERB templates including:
# - Linter: Validates templates and enforces best practices
# - Formatter: Auto-formats templates with intelligent indentation
# - Language Server: Provides IDE support (VS Code, Zed, Neovim, etc.)
#
# Website: https://herb-tools.dev
# Configuration: https://herb-tools.dev/configuration
# GitHub Repo: https://github.com/marcoroth/herb
#
version: 0.9.2
linter:
enabled: true
rules:
erb-no-interpolated-class-names:
enabled: false
formatter:
enabled: false