oxlint 0.15.13 → 0.15.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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.",
|
|
28
35
|
"default": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oxlint",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.14",
|
|
4
4
|
"description": "Linter for the JavaScript Oxidation Compiler",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Boshen and oxc contributors",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"README.md"
|
|
30
30
|
],
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@oxlint/win32-x64": "0.15.
|
|
33
|
-
"@oxlint/win32-arm64": "0.15.
|
|
34
|
-
"@oxlint/linux-x64-gnu": "0.15.
|
|
35
|
-
"@oxlint/linux-arm64-gnu": "0.15.
|
|
36
|
-
"@oxlint/linux-x64-musl": "0.15.
|
|
37
|
-
"@oxlint/linux-arm64-musl": "0.15.
|
|
38
|
-
"@oxlint/darwin-x64": "0.15.
|
|
39
|
-
"@oxlint/darwin-arm64": "0.15.
|
|
32
|
+
"@oxlint/win32-x64": "0.15.14",
|
|
33
|
+
"@oxlint/win32-arm64": "0.15.14",
|
|
34
|
+
"@oxlint/linux-x64-gnu": "0.15.14",
|
|
35
|
+
"@oxlint/linux-arm64-gnu": "0.15.14",
|
|
36
|
+
"@oxlint/linux-x64-musl": "0.15.14",
|
|
37
|
+
"@oxlint/linux-arm64-musl": "0.15.14",
|
|
38
|
+
"@oxlint/darwin-x64": "0.15.14",
|
|
39
|
+
"@oxlint/darwin-arm64": "0.15.14"
|
|
40
40
|
}
|
|
41
41
|
}
|