Skip to content

Commit 02b048f

Browse files
committed
chore(linter): update schema json & config
1 parent b170da3 commit 02b048f

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

apps/oxlint/src-js/package/config.generated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ export interface DummyRuleMap {
752752
"no-func-assign"?: DummyRule;
753753
"no-global-assign"?: DummyRule;
754754
"no-implicit-coercion"?: DummyRule;
755+
"no-implicit-globals"?: DummyRule;
755756
"no-import-assign"?: DummyRule;
756757
"no-inline-comments"?: DummyRule;
757758
"no-inner-declarations"?: DummyRule;

npm/oxlint/configuration_schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,9 @@
967967
"no-implicit-coercion": {
968968
"$ref": "#/definitions/DummyRule"
969969
},
970+
"no-implicit-globals": {
971+
"$ref": "#/definitions/DummyRule"
972+
},
970973
"no-import-assign": {
971974
"$ref": "#/definitions/DummyRule"
972975
},

tasks/website_linter/src/snapshots/schema_json.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,9 @@ expression: json
971971
"no-implicit-coercion": {
972972
"$ref": "#/definitions/DummyRule"
973973
},
974+
"no-implicit-globals": {
975+
"$ref": "#/definitions/DummyRule"
976+
},
974977
"no-import-assign": {
975978
"$ref": "#/definitions/DummyRule"
976979
},

0 commit comments

Comments
 (0)