Skip to content

Commit

Permalink
Merge branch 'main' into close-curly-full-commitment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Dec 31, 2024
2 parents 8943574 + be9f2bb commit 3673fd7
Show file tree
Hide file tree
Showing 276 changed files with 11,099 additions and 4,604 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
"quote-props": ["error", "consistent"]
},
"overrides": [
{
"files": ["scripts/**"],
"rules": {
"no-console": "off"
}
},
{
"files": ["**/vite.config.*", "scripts/**"],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"version": "0.0.206",
"version": "0.0.225",
"command": {
"version": {
"allowBranch": "main"
Expand Down
Loading

0 comments on commit 3673fd7

Please sign in to comment.