@dword-design/eslint-config 9.0.1 → 9.0.3

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,6 +1,3 @@
1
- /**
2
- * For some reason eslint-import-resolver-typescript won't load TypeScript project references, so we add them manually.
3
- */
4
1
  declare const _default: ({ cwd }?: {
5
2
  cwd?: string;
6
3
  }) => string[];
@@ -206,8 +206,10 @@ export default ({
206
206
  extensionAlias: {
207
207
  ".js": [".js"]
208
208
  },
209
+ noWarnOnMultipleProjects: true,
209
210
  // Disable auto-guessing of .ts when .js is imported
210
211
  project: projectPaths
212
+ // TODO: Remove this when we don't need to pass projects anymore
211
213
  })]
212
214
  }
213
215
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "9.0.1",
3
+ "version": "9.0.3",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",