Skip to content

Commit

Permalink
Merge branch 'main' into 11-restrict-creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Mar 11, 2024
2 parents 19be04c + 6b503d9 commit bf35318
Show file tree
Hide file tree
Showing 46 changed files with 873 additions and 79 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 bf35318

Please sign in to comment.