internal: turn off rules that do not work for eslint 9 yet

This commit is contained in:
Jacob Overgaard
2024-07-19 14:54:58 +02:00
parent 0a7d7b7cab
commit 1fc885e5a1

View File

@@ -55,6 +55,8 @@ export default [
'import/order': ['warn', { groups: ['builtin', 'parent', 'sibling', 'index', 'external'] }],
'import/no-self-import': 'error',
'import/no-cycle': ['error', { maxDepth: 6, allowUnsafeDynamicCyclicDependency: true }],
'import/no-named-as-default': 'off', // Does not work with eslint 9
'import/no-named-as-default-member': 'off', // Does not work with eslint 9
'local-rules/prefer-static-styles-last': 'warn',
'local-rules/enforce-umbraco-external-imports': [
'error',