Skip to content

Commit

Permalink
Merge pull request #109 from zenml-io/dependabot-updates
Browse files Browse the repository at this point in the history
Bump dependencies to resolve Dependabot alerts
  • Loading branch information
marwan37 authored Mar 9, 2025
2 parents 1b2c8f9 + ee452cb commit 85e01b1
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 315 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
"format": ["camelCase", "PascalCase"]
}
],
"@typescript-eslint/semi": "warn",
"semi": ["warn", "always"],
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"
"no-throw-literal": "warn"
},
"ignorePatterns": ["out", "dist", "**/*.d.ts"]
}
Loading

0 comments on commit 85e01b1

Please sign in to comment.