@richardscull/eslint-config 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -240,7 +240,6 @@ function javaScriptConfigs({ strict, restrictedSyntax, linterOptions, settings }
240
240
  properties: true
241
241
  }
242
242
  ],
243
- "no-await-in-loop": "warn",
244
243
  "no-console": [
245
244
  "error",
246
245
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@richardscull/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "packageManager": "pnpm@10.26.1",
6
6
  "description": "ESLint Config",
7
7
  "author": "richardscull, original by hyoban",