@rebeccastevens/eslint-config 2.0.3 → 2.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.
package/dist/modern.cjs CHANGED
@@ -1198,6 +1198,7 @@ const settings = {
1198
1198
  files: commonJsFiles,
1199
1199
  rules: {
1200
1200
  "unicorn/prefer-module": "off",
1201
+ "unicorn/prefer-top-level-await": "off",
1201
1202
  },
1202
1203
  },
1203
1204
  ],
package/dist/modern.mjs CHANGED
@@ -1196,6 +1196,7 @@ const settings = {
1196
1196
  files: commonJsFiles,
1197
1197
  rules: {
1198
1198
  "unicorn/prefer-module": "off",
1199
+ "unicorn/prefer-top-level-await": "off",
1199
1200
  },
1200
1201
  },
1201
1202
  ],
@@ -384,7 +384,12 @@ const settings = {
384
384
  ignoreStatic: true,
385
385
  },
386
386
  ],
387
- "@typescript-eslint/unified-signatures": "warn",
387
+ "@typescript-eslint/unified-signatures": [
388
+ "error",
389
+ {
390
+ ignoreDifferentlyNamedParameters: true,
391
+ },
392
+ ],
388
393
  "@typescript-eslint/no-redeclare": "error",
389
394
  },
390
395
  overrides: [
@@ -382,7 +382,12 @@ const settings = {
382
382
  ignoreStatic: true,
383
383
  },
384
384
  ],
385
- "@typescript-eslint/unified-signatures": "warn",
385
+ "@typescript-eslint/unified-signatures": [
386
+ "error",
387
+ {
388
+ ignoreDifferentlyNamedParameters: true,
389
+ },
390
+ ],
386
391
  "@typescript-eslint/no-redeclare": "error",
387
392
  },
388
393
  overrides: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"