@adbayb/stack 2.40.0-next-14160b1 → 2.40.0-next-3d4724f
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/configs/oxlint/index.ts +1 -0
- package/dist/configs/oxlint.d.ts +1 -0
- package/dist/configs/oxlint.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/configs/oxlint/index.ts
CHANGED
|
@@ -278,6 +278,7 @@ const config = defineConfig({
|
|
|
278
278
|
{ allowErrorBoundary: true, allowJsxUtilityClass: true },
|
|
279
279
|
],
|
|
280
280
|
"react/react-in-jsx-scope": "off",
|
|
281
|
+
"require-await": "off", // Already better covered by "typescript/require-await"
|
|
281
282
|
"sort-imports": "off", // Already supported by ESLint Perfectionist
|
|
282
283
|
"sort-keys": "off", // Already supported by ESLint Perfectionist
|
|
283
284
|
"sort-vars": "off", // Already supported by ESLint Perfectionist
|
package/dist/configs/oxlint.d.ts
CHANGED
package/dist/configs/oxlint.js
CHANGED
package/dist/index.js
CHANGED