@aarongoldenthal/eslint-config-standard 46.0.0 → 46.0.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.
Files changed (2) hide show
  1. package/node-config.js +1 -8
  2. package/package.json +4 -4
package/node-config.js CHANGED
@@ -16,14 +16,7 @@ const config = defineConfig({
16
16
  rules: {
17
17
  'node/callback-return': 'error',
18
18
  'node/exports-style': 'error',
19
- // Disable for "*.ts" since it adds a ".js" extension to all imports,
20
- // regardless of the file type. See
21
- // https://github.com/eslint-community/eslint-plugin-n/issues/422.
22
- 'node/file-extension-in-import': [
23
- 'error',
24
- 'always',
25
- { '.cts': 'never', '.mts': 'never', '.ts': 'never' }
26
- ],
19
+ 'node/file-extension-in-import': ['error', 'always'],
27
20
  'node/global-require': 'error',
28
21
  'node/handle-callback-err': 'error',
29
22
  'node/hashbang': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarongoldenthal/eslint-config-standard",
3
- "version": "46.0.0",
3
+ "version": "46.0.1",
4
4
  "description": "Standard ESLint configuration settings",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -58,15 +58,15 @@
58
58
  "eslint-plugin-jest": "29.15.2",
59
59
  "eslint-plugin-jsdoc": "62.9.0",
60
60
  "eslint-plugin-n": "18.0.1",
61
- "eslint-plugin-playwright": "2.10.2",
61
+ "eslint-plugin-playwright": "2.10.3",
62
62
  "eslint-plugin-unicorn": "64.0.0",
63
63
  "globals": "17.6.0",
64
- "typescript-eslint": "8.59.3"
64
+ "typescript-eslint": "8.59.4"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@eslint/config-inspector": "3.0.2",
68
68
  "@vitest/coverage-v8": "4.1.6",
69
- "eslint": "10.3.0",
69
+ "eslint": "10.4.0",
70
70
  "jest": "30.4.2",
71
71
  "markdownlint-cli2": "0.22.1",
72
72
  "prettier": "3.8.3",