@saasmakers/eslint 0.1.46 → 0.1.48
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/eslint.config.cjs +5 -6
- package/dist/eslint.config.mjs +5 -6
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22489,13 +22489,12 @@ const config = [
|
|
|
22489
22489
|
parser: tseslint__default.parser,
|
|
22490
22490
|
projectService: {
|
|
22491
22491
|
allowDefaultProject: [
|
|
22492
|
-
"
|
|
22493
|
-
"
|
|
22494
|
-
"
|
|
22495
|
-
"**/tests/**/*.ts"
|
|
22492
|
+
"capacitor.config.ts",
|
|
22493
|
+
"playwright.config.ts",
|
|
22494
|
+
"uno.config.ts"
|
|
22496
22495
|
]
|
|
22497
|
-
}
|
|
22498
|
-
tsconfigRootDir:
|
|
22496
|
+
}
|
|
22497
|
+
// tsconfigRootDir: import.meta.dirname,
|
|
22499
22498
|
}
|
|
22500
22499
|
},
|
|
22501
22500
|
rules: {
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22454,13 +22454,12 @@ const config = [
|
|
|
22454
22454
|
parser: tseslint.parser,
|
|
22455
22455
|
projectService: {
|
|
22456
22456
|
allowDefaultProject: [
|
|
22457
|
-
"
|
|
22458
|
-
"
|
|
22459
|
-
"
|
|
22460
|
-
"**/tests/**/*.ts"
|
|
22457
|
+
"capacitor.config.ts",
|
|
22458
|
+
"playwright.config.ts",
|
|
22459
|
+
"uno.config.ts"
|
|
22461
22460
|
]
|
|
22462
|
-
}
|
|
22463
|
-
tsconfigRootDir: import.meta.dirname
|
|
22461
|
+
}
|
|
22462
|
+
// tsconfigRootDir: import.meta.dirname,
|
|
22464
22463
|
}
|
|
22465
22464
|
},
|
|
22466
22465
|
rules: {
|