@saasmakers/eslint 0.1.48 → 0.1.49
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 +0 -1
- package/dist/eslint.config.mjs +0 -1
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22494,7 +22494,6 @@ const config = [
|
|
|
22494
22494
|
"uno.config.ts"
|
|
22495
22495
|
]
|
|
22496
22496
|
}
|
|
22497
|
-
// tsconfigRootDir: import.meta.dirname,
|
|
22498
22497
|
}
|
|
22499
22498
|
},
|
|
22500
22499
|
rules: {
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22459,7 +22459,6 @@ const config = [
|
|
|
22459
22459
|
"uno.config.ts"
|
|
22460
22460
|
]
|
|
22461
22461
|
}
|
|
22462
|
-
// tsconfigRootDir: import.meta.dirname,
|
|
22463
22462
|
}
|
|
22464
22463
|
},
|
|
22465
22464
|
rules: {
|