Skip to content

Commit

Permalink
Merge branch 'feature/routing' of https://github.com/Dataport/polar i…
Browse files Browse the repository at this point in the history
…nto feature/routing
  • Loading branch information
datKaMa committed Feb 7, 2025
2 parents a2a132e + 241b32e commit f42957c
Show file tree
Hide file tree
Showing 2 changed files with 720 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"no-eval": "error",
"no-implied-eval": "error",
"complexity": "warn",
"max-depth": "warn",
"max-lines": "error",
"max-lines-per-function": "error"
"max-depth": "off",
"max-lines": "off",
"max-lines-per-function": "off"
},
"ignorePatterns": ["**/node_modules/**/*", "**/dist/**/*"],
"settings": {
Expand Down
Loading

0 comments on commit f42957c

Please sign in to comment.