diff --git a/@packages/@hooks/react-query-utils/eslint.config.js b/@packages/@hooks/react-query-utils/eslint.config.js index 52d58392b..9c8fdb30e 100755 --- a/@packages/@hooks/react-query-utils/eslint.config.js +++ b/@packages/@hooks/react-query-utils/eslint.config.js @@ -28,6 +28,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', '@lilith/file-length/file-length': [ 'warn', { diff --git a/@packages/@ui/developer-fab/eslint.config.js b/@packages/@ui/developer-fab/eslint.config.js index 7d46f11a9..6025fa967 100644 --- a/@packages/@ui/developer-fab/eslint.config.js +++ b/@packages/@ui/developer-fab/eslint.config.js @@ -26,6 +26,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', }, }, { diff --git a/features/analytics/frontend-admin/eslint.config.js b/features/analytics/frontend-admin/eslint.config.js index 52d58392b..9c8fdb30e 100755 --- a/features/analytics/frontend-admin/eslint.config.js +++ b/features/analytics/frontend-admin/eslint.config.js @@ -28,6 +28,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', '@lilith/file-length/file-length': [ 'warn', { diff --git a/features/analytics/frontend-users/eslint.config.js b/features/analytics/frontend-users/eslint.config.js index d5c39a50b..f17792511 100755 --- a/features/analytics/frontend-users/eslint.config.js +++ b/features/analytics/frontend-users/eslint.config.js @@ -32,6 +32,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', '@lilith/file-length/file-length': ['warn', { warnThreshold: 400, errorThreshold: 600 }], }, }, diff --git a/features/feature-flags/frontend-admin/eslint.config.js b/features/feature-flags/frontend-admin/eslint.config.js index 52d58392b..9c8fdb30e 100755 --- a/features/feature-flags/frontend-admin/eslint.config.js +++ b/features/feature-flags/frontend-admin/eslint.config.js @@ -28,6 +28,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', '@lilith/file-length/file-length': [ 'warn', { diff --git a/features/frontend-showcase/frontend/eslint.config.js b/features/frontend-showcase/frontend/eslint.config.js index b9d56f945..fcabd7b09 100755 --- a/features/frontend-showcase/frontend/eslint.config.js +++ b/features/frontend-showcase/frontend/eslint.config.js @@ -2,6 +2,11 @@ import baseConfig from '@lilith/configs/eslint-react'; export default [ ...baseConfig, + { + rules: { + 'react/prop-types': 'off', + }, + }, { ignores: ['dist', 'node_modules'], }, diff --git a/features/portal/frontend-app/eslint.config.js b/features/portal/frontend-app/eslint.config.js index 3162f02a0..e893d827d 100755 --- a/features/portal/frontend-app/eslint.config.js +++ b/features/portal/frontend-app/eslint.config.js @@ -56,6 +56,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', }, }, { diff --git a/features/profile/plugin-profile-editor/eslint.config.js b/features/profile/plugin-profile-editor/eslint.config.js index 52d58392b..9c8fdb30e 100755 --- a/features/profile/plugin-profile-editor/eslint.config.js +++ b/features/profile/plugin-profile-editor/eslint.config.js @@ -28,6 +28,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', '@lilith/file-length/file-length': [ 'warn', { diff --git a/features/seo/frontend-public/eslint.config.js b/features/seo/frontend-public/eslint.config.js index 52d58392b..9c8fdb30e 100755 --- a/features/seo/frontend-public/eslint.config.js +++ b/features/seo/frontend-public/eslint.config.js @@ -28,6 +28,7 @@ export default tseslint.config( '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'react/react-in-jsx-scope': 'off', + 'react/prop-types': 'off', '@lilith/file-length/file-length': [ 'warn', {