Skip to content

Commit 5217c8a

Browse files
committed
chore(sync): re-sync fleet-canonical drift blocks
Picks up the `claude_md_fleet_drift`, `oxlint_fleet_ignore_drift`, `oxfmt_fleet_ignore_drift`, and `gitattributes_fleet_drift` fixes that the prior `chore(sync): cascade fleet template@72633be` run reported as [FIXED] but didn't include in its auto-commit. Pure re-sync — no behavior change.
1 parent d83558c commit 5217c8a

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.config/oxlintrc.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
3-
"plugins": [
4-
"typescript",
5-
"unicorn",
6-
"import"
7-
],
8-
"jsPlugins": [
9-
"./oxlint-plugin/index.mts"
10-
],
3+
"plugins": ["typescript", "unicorn", "import"],
4+
"jsPlugins": ["./oxlint-plugin/index.mts"],
115
"categories": {
126
"correctness": "error",
137
"suspicious": "error"
148
},
159
"rules": {
16-
"eslint/curly": [
17-
"error",
18-
"all"
19-
],
10+
"eslint/curly": ["error", "all"],
2011
"eslint/no-await-in-loop": "off",
2112
"eslint/no-console": "off",
2213
"eslint/no-control-regex": "off",

0 commit comments

Comments
 (0)