eslint-config-silverwind 103.0.1 → 103.0.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,uBAAuB,UAAgD,CAAC;AACrF,eAAO,MAAM,iBAAiB,UAA8C,CAAC;;AAE7E,wBA8gCG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,uBAAuB,UAAgD,CAAC;AACrF,eAAO,MAAM,iBAAiB,UAA8C,CAAC;;AAE7E,wBA+gCG"}
package/dist/index.js CHANGED
@@ -371,6 +371,7 @@ const index = configApiExports.defineConfig([
371
371
  parser: typescriptParser,
372
372
  parserOptions: {
373
373
  sourceType: "module",
374
+ ecmaVersion: "latest",
374
375
  ecmaFeatures: {
375
376
  jsx: true,
376
377
  impliedStrict: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "103.0.1",
3
+ "version": "103.0.2",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -34,6 +34,7 @@
34
34
  "eslint-plugin-unicorn": "61.0.2",
35
35
  "eslint-plugin-validate-jsx-nesting": "0.1.1",
36
36
  "globals": "16.4.0",
37
+ "jiti": "2.5.1",
37
38
  "typescript-eslint": "8.43.0"
38
39
  },
39
40
  "devDependencies": {
@@ -53,7 +54,6 @@
53
54
  "vitest-config-silverwind": "10.2.0"
54
55
  },
55
56
  "peerDependencies": {
56
- "typescript": ">= 5.9.2",
57
- "jiti": ">= 2.5.1"
57
+ "typescript": ">= 5.9.2"
58
58
  }
59
59
  }