Browse Source

chore(admin-ui): Disable prefer-standalone eslint rule

Michael Bromley 9 months ago
parent
commit
4fc816c2fe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/admin-ui/.eslintrc.json

+ 3 - 0
packages/admin-ui/.eslintrc.json

@@ -39,6 +39,9 @@
             "style": "kebab-case"
             "style": "kebab-case"
           }
           }
         ],
         ],
+        "@angular-eslint/prefer-standalone": [
+          "off"
+        ],
         "@angular-eslint/no-input-rename": "off",
         "@angular-eslint/no-input-rename": "off",
         "@typescript-eslint/array-type": [
         "@typescript-eslint/array-type": [
           "error",
           "error",