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

deps: update ignore patterns for oxfmt/oxlint #4

merged opened by samanthanguyen.me targeting main from ignore-patterns
Labels

None yet.

priority

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:smd2mvg2dao4rqnnz6qexdov/sh.tangled.repo.pull/3mcojdeo3di22
+3 -2
Diff #0
+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",

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
deps: update ignore patterns for oxfmt/oxlint
4/4 success
expand
expand 0 comments
pull request successfully merged