Skip to content

Commit 454a1f5

Browse files
committed
Fix fmt
1 parent 900622e commit 454a1f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/.eslintrc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ rules:
9898
https://material-ui.com/guides/minimizing-bundle-size/"
9999
- name: "@material-ui/core/Avatar"
100100
message:
101-
"You should use the Avatar component provided on components/Avatar/Avatar"
101+
"You should use the Avatar component provided on
102+
components/Avatar/Avatar"
102103
no-unused-vars: "off"
103104
"object-curly-spacing": "off"
104105
react-hooks/exhaustive-deps: warn

0 commit comments

Comments
 (0)