Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
engelchrisi committed Dec 25, 2024
1 parent ae19624 commit 08b7237
Show file tree
Hide file tree
Showing 6 changed files with 21,918 additions and 1,847 deletions.
1 change: 1 addition & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ singleQuote: true
printWidth: 120
tabWidth: 2
proseWrap: never
endOfLine: auto
44 changes: 44 additions & 0 deletions .vscode/bookmarks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"files": [
{
"path": "dist/button-card.js",
"bookmarks": [
{
"line": 3841,
"column": 12,
"label": ""
},
{
"line": 3843,
"column": 20,
"label": ""
},
{
"line": 3926,
"column": 26,
"label": ""
}
]
},
{
"path": "src/button-card.ts",
"bookmarks": [
{
"line": 539,
"column": 10,
"label": ""
},
{
"line": 1013,
"column": 40,
"label": ""
},
{
"line": 1103,
"column": 47,
"label": ""
}
]
}
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.yaml": "home-assistant"
}
}
Loading

0 comments on commit 08b7237

Please sign in to comment.