@saasmakers/eslint 0.1.49 → 0.1.50
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 +2 -1
- package/dist/eslint.config.mjs +2 -1
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22491,7 +22491,8 @@ const config = [
|
|
|
22491
22491
|
allowDefaultProject: [
|
|
22492
22492
|
"capacitor.config.ts",
|
|
22493
22493
|
"playwright.config.ts",
|
|
22494
|
-
"uno.config.ts"
|
|
22494
|
+
"uno.config.ts",
|
|
22495
|
+
"../../../../../../../apps/web/uno.config.ts"
|
|
22495
22496
|
]
|
|
22496
22497
|
}
|
|
22497
22498
|
}
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22456,7 +22456,8 @@ const config = [
|
|
|
22456
22456
|
allowDefaultProject: [
|
|
22457
22457
|
"capacitor.config.ts",
|
|
22458
22458
|
"playwright.config.ts",
|
|
22459
|
-
"uno.config.ts"
|
|
22459
|
+
"uno.config.ts",
|
|
22460
|
+
"../../../../../../../apps/web/uno.config.ts"
|
|
22460
22461
|
]
|
|
22461
22462
|
}
|
|
22462
22463
|
}
|