tangled
alpha
login
or
join now
samanthanguyen.me
/
drifting-starlight
1
fork
atom
a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr
honkaistarrail
dnd
1
fork
atom
overview
issues
7
pulls
pipelines
deps: update ignore patterns for oxfmt/oxlint
samanthanguyen.me
2 months ago
2dd47956
e9077b74
4/4
codeqa-fmt.yml
success
18s
codeqa-lint.yml
success
18s
deploy-preview.yml
success
1m 1s
test.yml
success
48s
+3
-2
2 changed files
expand all
collapse all
unified
split
.oxfmtrc.json
.oxlintrc.json
+2
-1
.oxfmtrc.json
reviewed
···
3
3
"useTabs": true,
4
4
"semi": false,
5
5
"singleQuote": true,
6
6
-
"trailingComma": "all"
6
6
+
"trailingComma": "all",
7
7
+
"ignorePatterns": ["app/src/generated/**"]
7
8
}
+1
-1
.oxlintrc.json
reviewed
···
7
7
"env": {
8
8
"builtin": true
9
9
},
10
10
-
"ignorePatterns": ["**/dist/", "docs/typedoc", "app/src/generated"],
10
10
+
"ignorePatterns": ["**/dist/", "docs/typedoc"],
11
11
"rules": {
12
12
"no-array-constructor": "error",
13
13
"no-empty-function": "error",