a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd

deps: update ignore patterns for oxfmt/oxlint

+3 -2
+2 -1
.oxfmtrc.json
··· 3 3 "useTabs": true, 4 4 "semi": false, 5 5 "singleQuote": true, 6 - "trailingComma": "all" 6 + "trailingComma": "all", 7 + "ignorePatterns": ["app/src/generated/**"] 7 8 }
+1 -1
.oxlintrc.json
··· 7 7 "env": { 8 8 "builtin": true 9 9 }, 10 - "ignorePatterns": ["**/dist/", "docs/typedoc", "app/src/generated"], 10 + "ignorePatterns": ["**/dist/", "docs/typedoc"], 11 11 "rules": { 12 12 "no-array-constructor": "error", 13 13 "no-empty-function": "error",