From 671f7d83f8055d3949f1167676190c2dd24d837f Mon Sep 17 00:00:00 2001 From: splincode Date: Thu, 20 Jun 2024 17:38:03 +0300 Subject: [PATCH] feat(eslint-plugin-experience): add `hostDirectives` in order list --- projects/eslint-plugin-experience/all.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index da227757..7e27e7d2 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -130,6 +130,8 @@ module.exports = { 'entryComponents', 'preserveWhitespaces', 'interpolation', + 'hostDirectives', + 'host', ], Directive: [ 'standalone', @@ -139,6 +141,7 @@ module.exports = { 'providers', 'exportAs', 'queries', + 'hostDirectives', 'host', 'jit', ],