Skip to content

Commit

Permalink
Remove dependencies on 3rd party URLs (1.0.18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell authored Mar 11, 2024
1 parent dc033f3 commit 6b503d9
Show file tree
Hide file tree
Showing 43 changed files with 858 additions and 71 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"ecmaVersion": 8
},
"ignorePatterns": [
"**/node_modules/**",
"**/dist/**",
"**/static/**"
"node_modules/**",
"dist/**",
"src/public/**"
],
"plugins": ["promise", "node"],
"rules": {
Expand Down
Loading

0 comments on commit 6b503d9

Please sign in to comment.