You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/oxc_linter/src/snapshots/schema_json.snap
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ expression: json
27
27
}
28
28
]
29
29
},
30
+
"extends": {
31
+
"description": "Paths of configuration files that this configuration file extends (inherits from). The files are resolved relative to the location of the configuration file that contains the `extends` property. The configuration files are merged from the first to the last, with the last file overriding the previous ones.",
32
+
"type": "array",
33
+
"items": {
34
+
"type": "string"
35
+
}
36
+
},
30
37
"globals": {
31
38
"description": "Enabled or disabled specific global variables.",
Copy file name to clipboardExpand all lines: npm/oxlint/configuration_schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@
23
23
}
24
24
]
25
25
},
26
+
"extends": {
27
+
"description": "Paths of configuration files that this configuration file extends (inherits from). The files are resolved relative to the location of the configuration file that contains the `extends` property. The configuration files are merged from the first to the last, with the last file overriding the previous ones.",
28
+
"type": "array",
29
+
"items": {
30
+
"type": "string"
31
+
}
32
+
},
26
33
"globals": {
27
34
"description": "Enabled or disabled specific global variables.",
Copy file name to clipboardExpand all lines: tasks/website/src/linter/snapshots/schema_markdown.snap
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
source: tasks/website/src/linter/json_schema.rs
3
3
expression: snapshot
4
-
snapshot_kind: text
5
4
---
6
5
# OxlintConfigurationFile
7
6
@@ -135,6 +134,14 @@ Predefine global variables.
135
134
Environmentsspecifywhatglobalvariablesarepredefined. See [ESLint's list of environments](https://eslint.org/docs/v8.x/use/configure/language-options#specifying-environments) for what environments are available and what each one provides.
0 commit comments