@playcanvas/eslint-config 2.0.6 → 2.0.7

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/eslint.config.mjs CHANGED
@@ -414,7 +414,7 @@ export default [
414
414
  "import/no-named-as-default-member": "warn",
415
415
 
416
416
  // Style guide
417
- "import/extensions": ["error", "always", { "ts": "never", "tsx": "never" }],
417
+ "import/extensions": ["error", "ignorePackages", { "ts": "never", "tsx": "never" }],
418
418
  "import/no-duplicates": "warn",
419
419
 
420
420
  // JSDoc rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcanvas/eslint-config",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "author": "PlayCanvas <support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "ESLint configuration used by PlayCanvas",