Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: ".yarn/|yarn.lock|\\.min\\.(css|js)$"
exclude: ".yarn/|yarn.lock|\\.min\\.(css|js)$|material-icons"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"a11y": {
"noSvgWithoutTitle": "off"
},
"complexity": {
"noForEach": "off"
},
"correctness": {
"noUndeclaredVariables": "error",
"noUnusedImports": "error",
Expand Down
1 change: 1 addition & 0 deletions content_editor/static/content_editor/content_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ h3[draggable] {
.card-header
> .card-title[draggable]::before {
content: "drag_indicator";
/* biome-ignore lint/a11y/useGenericFontNames: No generic fallback */
font-family: "Material Icons";
font-size: 24px;
position: relative;
Expand Down
Loading