@vortiquo/eslint-config 1.2.2-beta.3 → 1.2.2-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.
@@ -148,6 +148,7 @@ export const baseTypescript = [
148
148
  files: ['**/*.config.ts', '**/*.config.mts', '**/*.config.cts'],
149
149
  rules: {
150
150
  'no-restricted-imports': 'off',
151
+ '@typescript-eslint/no-unsafe-assignment': 'off',
151
152
  },
152
153
  },
153
154
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vortiquo/eslint-config",
3
- "version": "1.2.2-beta.3",
3
+ "version": "1.2.2-beta.4",
4
4
  "description": "Modern ESLint v9 flat configurations with TypeScript, React, Next.js, and Node.js support",
5
5
  "type": "module",
6
6
  "license": "MIT",