Skip to content

Commit

Permalink
bump twinklyjs and apply broader linting (#1)
Browse files Browse the repository at this point in the history
* bump twinklyjs and apply broader linting

* more fixing
  • Loading branch information
JustinBeckwith authored Jan 5, 2025
1 parent c5dccda commit 3ac1960
Show file tree
Hide file tree
Showing 10 changed files with 2,188 additions and 4,605 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
dist
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"include": ["./**/*.ts"],
"include": ["./**/*.ts", "./**/*.tsx"],
"ignore": ["build/**/*", "node_modules/*"]
},
"organizeImports": {
Expand Down
Loading

0 comments on commit 3ac1960

Please sign in to comment.