@sxzz/eslint-config 3.9.0 → 3.9.1

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.cjs CHANGED
@@ -358,7 +358,6 @@ var javascript = [
358
358
  "no-redeclare": "error",
359
359
  "no-regex-spaces": "error",
360
360
  "no-restricted-syntax": ["error", ...restrictedSyntaxJs],
361
- "no-return-await": "warn",
362
361
  "no-self-assign": "error",
363
362
  "no-setter-return": "error",
364
363
  "no-shadow-restricted-names": "error",
package/dist/index.js CHANGED
@@ -251,7 +251,6 @@ var javascript = [
251
251
  "no-redeclare": "error",
252
252
  "no-regex-spaces": "error",
253
253
  "no-restricted-syntax": ["error", ...restrictedSyntaxJs],
254
- "no-return-await": "warn",
255
254
  "no-self-assign": "error",
256
255
  "no-setter-return": "error",
257
256
  "no-shadow-restricted-names": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "packageManager": "pnpm@8.15.6",
5
5
  "description": "ESLint config for @sxzz.",
6
6
  "type": "module",