@ncontiero/eslint-config 7.3.0-beta.2 → 7.3.0-beta.4

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.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1367,6 +1367,7 @@ async function typescript(options = {}) {
1367
1367
  languageOptions: {
1368
1368
  parser: parserTs,
1369
1369
  parserOptions: {
1370
+ projectService: { allowDefaultProject: ["./*.js"] },
1370
1371
  sourceType: "module",
1371
1372
  ...parserOptions
1372
1373
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncontiero/eslint-config",
3
3
  "type": "module",
4
- "version": "7.3.0-beta.2",
4
+ "version": "7.3.0-beta.4",
5
5
  "packageManager": "pnpm@10.33.2",
6
6
  "description": "Nicolas's ESLint config.",
7
7
  "author": {