@d-kuehn/eslint-config 13.8.0 → 13.9.0
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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/eslintConfigs/defaults.ts
|
|
2
|
-
import process from "
|
|
2
|
+
import process from "process";
|
|
3
3
|
|
|
4
4
|
// src/helpers/index.ts
|
|
5
5
|
var interopDefault = async (module_) => {
|
|
@@ -748,7 +748,7 @@ var testingLibrary = async (options = {}) => {
|
|
|
748
748
|
};
|
|
749
749
|
|
|
750
750
|
// src/eslintConfigs/typescript.ts
|
|
751
|
-
import process2 from "
|
|
751
|
+
import process2 from "process";
|
|
752
752
|
var createLanguageOptions = async (options = {}) => {
|
|
753
753
|
const parserTs = await interopDefault(import("@typescript-eslint/parser"));
|
|
754
754
|
const defaultOptions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-kuehn/eslint-config",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.9.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "22.15.18",
|
|
57
|
-
"tsup": "8.
|
|
57
|
+
"tsup": "8.5.0",
|
|
58
58
|
"typescript": "5.8.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|