@coderwyd/eslint-config 4.6.1 → 4.6.2

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/cli.js CHANGED
@@ -10,7 +10,7 @@ import prompts from "prompts";
10
10
  import { execSync } from "node:child_process";
11
11
 
12
12
  //#region package.json
13
- var version = "4.6.1";
13
+ var version = "4.6.2";
14
14
  var devDependencies = {
15
15
  "@antfu/ni": "^25.0.0",
16
16
  "@eslint-react/eslint-plugin": "^1.52.9",
package/dist/index.js CHANGED
@@ -1238,6 +1238,7 @@ async function typescript(options = {}) {
1238
1238
  const typeAwareRules = {
1239
1239
  "dot-notation": "off",
1240
1240
  "no-implied-eval": "off",
1241
+ "require-await": "off",
1241
1242
  "ts/await-thenable": "error",
1242
1243
  "ts/dot-notation": ["error", { allowKeywords: true }],
1243
1244
  "ts/no-floating-promises": "error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coderwyd/eslint-config",
3
3
  "type": "module",
4
- "version": "4.6.1",
4
+ "version": "4.6.2",
5
5
  "description": "Donny's ESLint config",
6
6
  "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
7
7
  "license": "MIT",