eslint-plugin-use-agnostic 1.5.1 → 1.6.1

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.
@@ -22,6 +22,17 @@ const composedVariablesExclusives = [
22
22
  "JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVES",
23
23
  "JSDOC#FORCOMPOSEDVARIABLES#INITIALTHE",
24
24
  "TESTS#FORCOMPOSEDVARIABLES#MODULE",
25
+ "DIRECTIVE21#USE_SERVER_LOGICS#ATSTRATEGY",
26
+ "DIRECTIVE21#USE_CLIENT_LOGICS#ATSTRATEGY",
27
+ "DIRECTIVE21#USE_AGNOSTIC_LOGICS#ATSTRATEGY",
28
+ "DIRECTIVE21#USE_SERVER_COMPONENTS#ATSTRATEGY",
29
+ "DIRECTIVE21#USE_CLIENT_COMPONENTS#ATSTRATEGY",
30
+ "DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#ATSTRATEGY",
31
+ "DIRECTIVE21#USE_SERVER_FUNCTIONS#ATSTRATEGY",
32
+ "DIRECTIVE21#USE_CLIENT_CONTEXTS#ATSTRATEGY",
33
+ "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#ATSTRATEGY",
34
+ // "DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#MODULESIMPLE", // ERROR. The "composedVariablesExclusives" key array should only include keys representing comment variables, but "DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#MODULESIMPLE" represents a composed variable. Which defeats the purpose of "composedVariablesExclusives" since composed variables cannot be made of other composed variables. // Something to perhaps modify.
35
+ // "DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSSIMPLE",
25
36
  ];
26
37
 
27
38
  const config = {