Skip to content

Commit 28592ad

Browse files
committed
temp: don't format/lint webapp
1 parent eb61594 commit 28592ad

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.oxfmtrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"sortPackageJson": false,
1313
"ignorePatterns": [
1414
"node_modules",
15+
"apps/webapp",
1516
".env",
1617
".env.local",
1718
"pnpm-lock.yaml",

.oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"**/*.d.ts",
88
"**/seed.js",
99
"**/seedCloud.ts",
10-
"**/populate.js"
10+
"**/populate.js",
11+
"apps/webapp/**"
1112
],
1213
// All rules below are disabled because they currently fire on the existing
1314
// codebase (1748 warnings across these 20 rules as of this commit). Disabled

0 commit comments

Comments
 (0)