@ethang/eslint-config 25.1.7 → 25.3.0

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.
package/README.md CHANGED
@@ -23,16 +23,16 @@
23
23
 
24
24
  # Add Even More!
25
25
 
26
- * 83 rules for **Angular**
26
+ * 85 rules for **Angular**
27
27
  * `import angularConfig from "@ethang/eslint-config/config.angular.js";`
28
- * 47 rules from [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/README.md)
29
- * 36 rules from [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/README.md)
28
+ * 48 rules from [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/README.md)
29
+ * 37 rules from [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/README.md)
30
30
  * 53 rules for **Astro**
31
31
  * `import astroConfig from "@ethang/eslint-config/config.astro.js";`
32
32
  * 53 rules from [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro)
33
- * 57 rules for **HTML**
33
+ * 58 rules for **HTML**
34
34
  * `import htmlConfig from "@ethang/eslint-config/config.html.js";`
35
- * 57 rules from [@html-eslint/eslint-plugin](https://github.com/html-eslint/html-eslint)
35
+ * 58 rules from [@html-eslint/eslint-plugin](https://github.com/html-eslint/html-eslint)
36
36
  * 92 rules for **React**
37
37
  * `import reactConfig from "@ethang/eslint-config/config.react.js";`
38
38
  * 63 rules from [@eslint-react/eslint-plugin](https://eslint-react.xyz/)
package/config.angular.js CHANGED
@@ -1,2 +1,2 @@
1
- import{a as e,b as r,c as a}from"./chunk-6GP5IJXA.js";import{defineConfig as n,globalIgnores as t}from"eslint/config";import l from"angular-eslint";import o from"@angular-eslint/eslint-plugin-template";import i from"@angular-eslint/eslint-plugin";var f=n(t(e),t(["**/*.spec.ts","src/main.server.ts"]),{files:["**/*.ts"],languageOptions:r,processor:l.processInlineTemplates,plugins:{"@angular-eslint":i},rules:{"@angular-eslint/component-class-suffix":"error","@angular-eslint/component-max-inline-declarations":"error","@angular-eslint/component-selector":["error",{prefix:"app",style:"kebab-case",type:"element"}],"@angular-eslint/consistent-component-styles":"error","@angular-eslint/contextual-decorator":"error","@angular-eslint/contextual-lifecycle":"error","@angular-eslint/directive-class-suffix":"error","@angular-eslint/directive-selector":["error",{prefix:"app",style:"camelCase",type:"attribute"}],"@angular-eslint/no-async-lifecycle-method":"error","@angular-eslint/no-attribute-decorator":"error","@angular-eslint/no-developer-preview":"error","@angular-eslint/no-duplicates-in-metadata-arrays":"error","@angular-eslint/no-empty-lifecycle-method":"error","@angular-eslint/no-experimental":"error","@angular-eslint/no-forward-ref":"error","@angular-eslint/no-implicit-take-until-destroyed":"error","@angular-eslint/no-input-prefix":"error","@angular-eslint/no-input-rename":"error","@angular-eslint/no-inputs-metadata-property":"error","@angular-eslint/no-lifecycle-call":"error","@angular-eslint/no-output-native":"error","@angular-eslint/no-output-on-prefix":"error","@angular-eslint/no-output-rename":"error","@angular-eslint/no-outputs-metadata-property":"error","@angular-eslint/no-pipe-impure":"error","@angular-eslint/no-queries-metadata-property":"error","@angular-eslint/no-uncalled-signals":"error","@angular-eslint/pipe-prefix":"error","@angular-eslint/prefer-host-metadata-property":"error","@angular-eslint/prefer-inject":"error","@angular-eslint/prefer-on-push-component-change-detection":"error","@angular-eslint/prefer-output-emitter-ref":"error","@angular-eslint/prefer-output-readonly":"error","@angular-eslint/prefer-signal-model":"error","@angular-eslint/prefer-signals":"error","@angular-eslint/prefer-standalone":"error","@angular-eslint/relative-url-prefix":"error","@angular-eslint/require-lifecycle-on-prototype":"error","@angular-eslint/require-localize-metadata":"error","@angular-eslint/runtime-localize":"error","@angular-eslint/sort-keys-in-type-decorator":"error","@angular-eslint/sort-lifecycle-methods":"error","@angular-eslint/use-component-selector":"error","@angular-eslint/use-component-view-encapsulation":"error","@angular-eslint/use-injectable-provided-in":"error","@angular-eslint/use-lifecycle-interface":"error","@angular-eslint/use-pipe-transform-interface":"error"}},{files:["**/*.html"],languageOptions:a,plugins:{"@angular-eslint/template":o},rules:{"@angular-eslint/template/alt-text":"error","@angular-eslint/template/attributes-order":"error","@angular-eslint/template/banana-in-box":"error","@angular-eslint/template/button-has-type":"error","@angular-eslint/template/click-events-have-key-events":"error","@angular-eslint/template/conditional-complexity":"error","@angular-eslint/template/cyclomatic-complexity":"error","@angular-eslint/template/elements-content":"error","@angular-eslint/template/eqeqeq":"error","@angular-eslint/template/i18n":"off","@angular-eslint/template/interactive-supports-focus":"error","@angular-eslint/template/label-has-associated-control":"error","@angular-eslint/template/mouse-events-have-key-events":"error","@angular-eslint/template/no-any":"error","@angular-eslint/template/no-autofocus":"error","@angular-eslint/template/no-call-expression":"off","@angular-eslint/template/no-distracting-elements":"error","@angular-eslint/template/no-duplicate-attributes":"error","@angular-eslint/template/no-empty-control-flow":"error","@angular-eslint/template/no-inline-styles":"error","@angular-eslint/template/no-interpolation-in-attributes":"error","@angular-eslint/template/no-negated-async":"error","@angular-eslint/template/no-nested-tags":"error","@angular-eslint/template/no-positive-tabindex":"error","@angular-eslint/template/prefer-at-else":"error","@angular-eslint/template/prefer-at-empty":"error","@angular-eslint/template/prefer-built-in-pipes":"error","@angular-eslint/template/prefer-class-binding":"error","@angular-eslint/template/prefer-contextual-for-variables":"error","@angular-eslint/template/prefer-control-flow":"error","@angular-eslint/template/prefer-ngsrc":"warn","@angular-eslint/template/prefer-self-closing-tags":"error","@angular-eslint/template/prefer-static-string-properties":"error","@angular-eslint/template/prefer-template-literal":"error","@angular-eslint/template/role-has-required-aria":"error","@angular-eslint/template/table-scope":"error","@angular-eslint/template/use-track-by-function":"error","@angular-eslint/template/valid-aria":"error"}});export{f as default};
1
+ import{a as e,b as r,c as t}from"./chunk-6GP5IJXA.js";import{defineConfig as n,globalIgnores as a}from"eslint/config";import l from"angular-eslint";import o from"@angular-eslint/eslint-plugin-template";import i from"@angular-eslint/eslint-plugin";var f=n(a(e),a(["**/*.spec.ts","src/main.server.ts"]),{files:["**/*.ts"],languageOptions:r,processor:l.processInlineTemplates,plugins:{"@angular-eslint":i},rules:{"@angular-eslint/component-class-suffix":"error","@angular-eslint/component-max-inline-declarations":"error","@angular-eslint/component-selector":["error",{prefix:"app",style:"kebab-case",type:"element"}],"@angular-eslint/computed-must-return":"error","@angular-eslint/consistent-component-styles":"error","@angular-eslint/contextual-decorator":"error","@angular-eslint/contextual-lifecycle":"error","@angular-eslint/directive-class-suffix":"error","@angular-eslint/directive-selector":["error",{prefix:"app",style:"camelCase",type:"attribute"}],"@angular-eslint/no-async-lifecycle-method":"error","@angular-eslint/no-attribute-decorator":"error","@angular-eslint/no-developer-preview":"error","@angular-eslint/no-duplicates-in-metadata-arrays":"error","@angular-eslint/no-empty-lifecycle-method":"error","@angular-eslint/no-experimental":"error","@angular-eslint/no-forward-ref":"error","@angular-eslint/no-implicit-take-until-destroyed":"error","@angular-eslint/no-input-prefix":"error","@angular-eslint/no-input-rename":"error","@angular-eslint/no-inputs-metadata-property":"error","@angular-eslint/no-lifecycle-call":"error","@angular-eslint/no-output-native":"error","@angular-eslint/no-output-on-prefix":"error","@angular-eslint/no-output-rename":"error","@angular-eslint/no-outputs-metadata-property":"error","@angular-eslint/no-pipe-impure":"error","@angular-eslint/no-queries-metadata-property":"error","@angular-eslint/no-uncalled-signals":"error","@angular-eslint/pipe-prefix":"error","@angular-eslint/prefer-host-metadata-property":"error","@angular-eslint/prefer-inject":"error","@angular-eslint/prefer-on-push-component-change-detection":"error","@angular-eslint/prefer-output-emitter-ref":"error","@angular-eslint/prefer-output-readonly":"error","@angular-eslint/prefer-signal-model":"error","@angular-eslint/prefer-signals":"error","@angular-eslint/prefer-standalone":"error","@angular-eslint/relative-url-prefix":"error","@angular-eslint/require-lifecycle-on-prototype":"error","@angular-eslint/require-localize-metadata":"error","@angular-eslint/runtime-localize":"error","@angular-eslint/sort-keys-in-type-decorator":"error","@angular-eslint/sort-lifecycle-methods":"error","@angular-eslint/use-component-selector":"error","@angular-eslint/use-component-view-encapsulation":"error","@angular-eslint/use-injectable-provided-in":"error","@angular-eslint/use-lifecycle-interface":"error","@angular-eslint/use-pipe-transform-interface":"error"}},{files:["**/*.html"],languageOptions:t,plugins:{"@angular-eslint/template":o},rules:{"@angular-eslint/template/alt-text":"error","@angular-eslint/template/attributes-order":"error","@angular-eslint/template/banana-in-box":"error","@angular-eslint/template/button-has-type":"error","@angular-eslint/template/click-events-have-key-events":"error","@angular-eslint/template/conditional-complexity":"error","@angular-eslint/template/cyclomatic-complexity":"error","@angular-eslint/template/elements-content":"error","@angular-eslint/template/eqeqeq":"error","@angular-eslint/template/i18n":"off","@angular-eslint/template/interactive-supports-focus":"error","@angular-eslint/template/label-has-associated-control":"error","@angular-eslint/template/mouse-events-have-key-events":"error","@angular-eslint/template/no-any":"error","@angular-eslint/template/no-autofocus":"error","@angular-eslint/template/no-call-expression":"off","@angular-eslint/template/no-distracting-elements":"error","@angular-eslint/template/no-duplicate-attributes":"error","@angular-eslint/template/no-empty-control-flow":"error","@angular-eslint/template/no-inline-styles":"error","@angular-eslint/template/no-interpolation-in-attributes":"error","@angular-eslint/template/no-negated-async":"error","@angular-eslint/template/no-nested-tags":"error","@angular-eslint/template/no-non-null-assertion":"error","@angular-eslint/template/no-positive-tabindex":"error","@angular-eslint/template/prefer-at-else":"error","@angular-eslint/template/prefer-at-empty":"error","@angular-eslint/template/prefer-built-in-pipes":"error","@angular-eslint/template/prefer-class-binding":"error","@angular-eslint/template/prefer-contextual-for-variables":"error","@angular-eslint/template/prefer-control-flow":"error","@angular-eslint/template/prefer-ngsrc":"warn","@angular-eslint/template/prefer-self-closing-tags":"error","@angular-eslint/template/prefer-static-string-properties":"error","@angular-eslint/template/prefer-template-literal":"error","@angular-eslint/template/role-has-required-aria":"error","@angular-eslint/template/table-scope":"error","@angular-eslint/template/use-track-by-function":"error","@angular-eslint/template/valid-aria":"error"}});export{f as default};
2
2
  //# sourceMappingURL=config.angular.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/config.angular.js"],"sourcesContent":["// @ts-nocheck\nimport { angularLanguageOptions } from \"./constants.js\"\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport angular from \"angular-eslint\";\nimport angularTemplate from \"@angular-eslint/eslint-plugin-template\";\nimport angularTS from \"@angular-eslint/eslint-plugin\";\n\nexport default defineConfig(\n globalIgnores(ignores),\nglobalIgnores([\"**/*.spec.ts\", \"src/main.server.ts\"]),\n{\n files: [\"**/*.ts\"],\nlanguageOptions,\nprocessor: angular.processInlineTemplates,\n plugins: {\n \"@angular-eslint\": angularTS,\n },\n rules: {\n \"@angular-eslint/component-class-suffix\":\"error\",\"@angular-eslint/component-max-inline-declarations\":\"error\",\"@angular-eslint/component-selector\":[\"error\",{\"prefix\":\"app\",\"style\":\"kebab-case\",\"type\":\"element\"}],\"@angular-eslint/consistent-component-styles\":\"error\",\"@angular-eslint/contextual-decorator\":\"error\",\"@angular-eslint/contextual-lifecycle\":\"error\",\"@angular-eslint/directive-class-suffix\":\"error\",\"@angular-eslint/directive-selector\":[\"error\",{\"prefix\":\"app\",\"style\":\"camelCase\",\"type\":\"attribute\"}],\"@angular-eslint/no-async-lifecycle-method\":\"error\",\"@angular-eslint/no-attribute-decorator\":\"error\",\"@angular-eslint/no-developer-preview\":\"error\",\"@angular-eslint/no-duplicates-in-metadata-arrays\":\"error\",\"@angular-eslint/no-empty-lifecycle-method\":\"error\",\"@angular-eslint/no-experimental\":\"error\",\"@angular-eslint/no-forward-ref\":\"error\",\"@angular-eslint/no-implicit-take-until-destroyed\":\"error\",\"@angular-eslint/no-input-prefix\":\"error\",\"@angular-eslint/no-input-rename\":\"error\",\"@angular-eslint/no-inputs-metadata-property\":\"error\",\"@angular-eslint/no-lifecycle-call\":\"error\",\"@angular-eslint/no-output-native\":\"error\",\"@angular-eslint/no-output-on-prefix\":\"error\",\"@angular-eslint/no-output-rename\":\"error\",\"@angular-eslint/no-outputs-metadata-property\":\"error\",\"@angular-eslint/no-pipe-impure\":\"error\",\"@angular-eslint/no-queries-metadata-property\":\"error\",\"@angular-eslint/no-uncalled-signals\":\"error\",\"@angular-eslint/pipe-prefix\":\"error\",\"@angular-eslint/prefer-host-metadata-property\":\"error\",\"@angular-eslint/prefer-inject\":\"error\",\"@angular-eslint/prefer-on-push-component-change-detection\":\"error\",\"@angular-eslint/prefer-output-emitter-ref\":\"error\",\"@angular-eslint/prefer-output-readonly\":\"error\",\"@angular-eslint/prefer-signal-model\":\"error\",\"@angular-eslint/prefer-signals\":\"error\",\"@angular-eslint/prefer-standalone\":\"error\",\"@angular-eslint/relative-url-prefix\":\"error\",\"@angular-eslint/require-lifecycle-on-prototype\":\"error\",\"@angular-eslint/require-localize-metadata\":\"error\",\"@angular-eslint/runtime-localize\":\"error\",\"@angular-eslint/sort-keys-in-type-decorator\":\"error\",\"@angular-eslint/sort-lifecycle-methods\":\"error\",\"@angular-eslint/use-component-selector\":\"error\",\"@angular-eslint/use-component-view-encapsulation\":\"error\",\"@angular-eslint/use-injectable-provided-in\":\"error\",\"@angular-eslint/use-lifecycle-interface\":\"error\",\"@angular-eslint/use-pipe-transform-interface\":\"error\"\n },\n \n },\n{\n files: [\"**/*.html\"],\nlanguageOptions: angularLanguageOptions,\n plugins: {\n \"@angular-eslint/template\": angularTemplate,\n },\n rules: {\n \"@angular-eslint/template/alt-text\":\"error\",\"@angular-eslint/template/attributes-order\":\"error\",\"@angular-eslint/template/banana-in-box\":\"error\",\"@angular-eslint/template/button-has-type\":\"error\",\"@angular-eslint/template/click-events-have-key-events\":\"error\",\"@angular-eslint/template/conditional-complexity\":\"error\",\"@angular-eslint/template/cyclomatic-complexity\":\"error\",\"@angular-eslint/template/elements-content\":\"error\",\"@angular-eslint/template/eqeqeq\":\"error\",\"@angular-eslint/template/i18n\":\"off\",\"@angular-eslint/template/interactive-supports-focus\":\"error\",\"@angular-eslint/template/label-has-associated-control\":\"error\",\"@angular-eslint/template/mouse-events-have-key-events\":\"error\",\"@angular-eslint/template/no-any\":\"error\",\"@angular-eslint/template/no-autofocus\":\"error\",\"@angular-eslint/template/no-call-expression\":\"off\",\"@angular-eslint/template/no-distracting-elements\":\"error\",\"@angular-eslint/template/no-duplicate-attributes\":\"error\",\"@angular-eslint/template/no-empty-control-flow\":\"error\",\"@angular-eslint/template/no-inline-styles\":\"error\",\"@angular-eslint/template/no-interpolation-in-attributes\":\"error\",\"@angular-eslint/template/no-negated-async\":\"error\",\"@angular-eslint/template/no-nested-tags\":\"error\",\"@angular-eslint/template/no-positive-tabindex\":\"error\",\"@angular-eslint/template/prefer-at-else\":\"error\",\"@angular-eslint/template/prefer-at-empty\":\"error\",\"@angular-eslint/template/prefer-built-in-pipes\":\"error\",\"@angular-eslint/template/prefer-class-binding\":\"error\",\"@angular-eslint/template/prefer-contextual-for-variables\":\"error\",\"@angular-eslint/template/prefer-control-flow\":\"error\",\"@angular-eslint/template/prefer-ngsrc\":\"warn\",\"@angular-eslint/template/prefer-self-closing-tags\":\"error\",\"@angular-eslint/template/prefer-static-string-properties\":\"error\",\"@angular-eslint/template/prefer-template-literal\":\"error\",\"@angular-eslint/template/role-has-required-aria\":\"error\",\"@angular-eslint/template/table-scope\":\"error\",\"@angular-eslint/template/use-track-by-function\":\"error\",\"@angular-eslint/template/valid-aria\":\"error\"\n },\n \n }\n );\n"],"mappings":"sDAEA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAa,iBACpB,OAAOC,MAAqB,yCAC5B,OAAOC,MAAe,gCAEtB,IAAOC,EAAQC,EACTC,EAAcC,CAAO,EAC3BD,EAAc,CAAC,eAAgB,oBAAoB,CAAC,EACpD,CACI,MAAO,CAAC,SAAS,EACrB,gBAAAE,EACA,UAAWP,EAAQ,uBACf,QAAS,CACP,kBAAmBE,CACrB,EACA,MAAO,CACL,yCAAyC,QAAQ,oDAAoD,QAAQ,qCAAqC,CAAC,QAAQ,CAAC,OAAS,MAAM,MAAQ,aAAa,KAAO,SAAS,CAAC,EAAE,8CAA8C,QAAQ,uCAAuC,QAAQ,uCAAuC,QAAQ,yCAAyC,QAAQ,qCAAqC,CAAC,QAAQ,CAAC,OAAS,MAAM,MAAQ,YAAY,KAAO,WAAW,CAAC,EAAE,4CAA4C,QAAQ,yCAAyC,QAAQ,uCAAuC,QAAQ,mDAAmD,QAAQ,4CAA4C,QAAQ,kCAAkC,QAAQ,iCAAiC,QAAQ,mDAAmD,QAAQ,kCAAkC,QAAQ,kCAAkC,QAAQ,8CAA8C,QAAQ,oCAAoC,QAAQ,mCAAmC,QAAQ,sCAAsC,QAAQ,mCAAmC,QAAQ,+CAA+C,QAAQ,iCAAiC,QAAQ,+CAA+C,QAAQ,sCAAsC,QAAQ,8BAA8B,QAAQ,gDAAgD,QAAQ,gCAAgC,QAAQ,4DAA4D,QAAQ,4CAA4C,QAAQ,yCAAyC,QAAQ,sCAAsC,QAAQ,iCAAiC,QAAQ,oCAAoC,QAAQ,sCAAsC,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,mCAAmC,QAAQ,8CAA8C,QAAQ,yCAAyC,QAAQ,yCAAyC,QAAQ,mDAAmD,QAAQ,6CAA6C,QAAQ,0CAA0C,QAAQ,+CAA+C,OACl3E,CAEF,EACF,CACI,MAAO,CAAC,WAAW,EACvB,gBAAiBM,EACb,QAAS,CACP,2BAA4BP,CAC9B,EACA,MAAO,CACL,oCAAoC,QAAQ,4CAA4C,QAAQ,yCAAyC,QAAQ,2CAA2C,QAAQ,wDAAwD,QAAQ,kDAAkD,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,kCAAkC,QAAQ,gCAAgC,MAAM,sDAAsD,QAAQ,wDAAwD,QAAQ,wDAAwD,QAAQ,kCAAkC,QAAQ,wCAAwC,QAAQ,8CAA8C,MAAM,mDAAmD,QAAQ,mDAAmD,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,0DAA0D,QAAQ,4CAA4C,QAAQ,0CAA0C,QAAQ,gDAAgD,QAAQ,0CAA0C,QAAQ,2CAA2C,QAAQ,iDAAiD,QAAQ,gDAAgD,QAAQ,2DAA2D,QAAQ,+CAA+C,QAAQ,wCAAwC,OAAO,oDAAoD,QAAQ,2DAA2D,QAAQ,mDAAmD,QAAQ,kDAAkD,QAAQ,uCAAuC,QAAQ,iDAAiD,QAAQ,sCAAsC,OAC7gE,CAEF,CACE","names":["defineConfig","globalIgnores","angular","angularTemplate","angularTS","config_angular_default","defineConfig","globalIgnores","ignores","languageOptions","angularLanguageOptions"]}
1
+ {"version":3,"sources":["../src/config.angular.js"],"sourcesContent":["// @ts-nocheck\nimport { angularLanguageOptions } from \"./constants.js\"\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport angular from \"angular-eslint\";\nimport angularTemplate from \"@angular-eslint/eslint-plugin-template\";\nimport angularTS from \"@angular-eslint/eslint-plugin\";\n\nexport default defineConfig(\n globalIgnores(ignores),\nglobalIgnores([\"**/*.spec.ts\", \"src/main.server.ts\"]),\n{\n files: [\"**/*.ts\"],\nlanguageOptions,\nprocessor: angular.processInlineTemplates,\n plugins: {\n \"@angular-eslint\": angularTS,\n },\n rules: {\n \"@angular-eslint/component-class-suffix\":\"error\",\"@angular-eslint/component-max-inline-declarations\":\"error\",\"@angular-eslint/component-selector\":[\"error\",{\"prefix\":\"app\",\"style\":\"kebab-case\",\"type\":\"element\"}],\"@angular-eslint/computed-must-return\":\"error\",\"@angular-eslint/consistent-component-styles\":\"error\",\"@angular-eslint/contextual-decorator\":\"error\",\"@angular-eslint/contextual-lifecycle\":\"error\",\"@angular-eslint/directive-class-suffix\":\"error\",\"@angular-eslint/directive-selector\":[\"error\",{\"prefix\":\"app\",\"style\":\"camelCase\",\"type\":\"attribute\"}],\"@angular-eslint/no-async-lifecycle-method\":\"error\",\"@angular-eslint/no-attribute-decorator\":\"error\",\"@angular-eslint/no-developer-preview\":\"error\",\"@angular-eslint/no-duplicates-in-metadata-arrays\":\"error\",\"@angular-eslint/no-empty-lifecycle-method\":\"error\",\"@angular-eslint/no-experimental\":\"error\",\"@angular-eslint/no-forward-ref\":\"error\",\"@angular-eslint/no-implicit-take-until-destroyed\":\"error\",\"@angular-eslint/no-input-prefix\":\"error\",\"@angular-eslint/no-input-rename\":\"error\",\"@angular-eslint/no-inputs-metadata-property\":\"error\",\"@angular-eslint/no-lifecycle-call\":\"error\",\"@angular-eslint/no-output-native\":\"error\",\"@angular-eslint/no-output-on-prefix\":\"error\",\"@angular-eslint/no-output-rename\":\"error\",\"@angular-eslint/no-outputs-metadata-property\":\"error\",\"@angular-eslint/no-pipe-impure\":\"error\",\"@angular-eslint/no-queries-metadata-property\":\"error\",\"@angular-eslint/no-uncalled-signals\":\"error\",\"@angular-eslint/pipe-prefix\":\"error\",\"@angular-eslint/prefer-host-metadata-property\":\"error\",\"@angular-eslint/prefer-inject\":\"error\",\"@angular-eslint/prefer-on-push-component-change-detection\":\"error\",\"@angular-eslint/prefer-output-emitter-ref\":\"error\",\"@angular-eslint/prefer-output-readonly\":\"error\",\"@angular-eslint/prefer-signal-model\":\"error\",\"@angular-eslint/prefer-signals\":\"error\",\"@angular-eslint/prefer-standalone\":\"error\",\"@angular-eslint/relative-url-prefix\":\"error\",\"@angular-eslint/require-lifecycle-on-prototype\":\"error\",\"@angular-eslint/require-localize-metadata\":\"error\",\"@angular-eslint/runtime-localize\":\"error\",\"@angular-eslint/sort-keys-in-type-decorator\":\"error\",\"@angular-eslint/sort-lifecycle-methods\":\"error\",\"@angular-eslint/use-component-selector\":\"error\",\"@angular-eslint/use-component-view-encapsulation\":\"error\",\"@angular-eslint/use-injectable-provided-in\":\"error\",\"@angular-eslint/use-lifecycle-interface\":\"error\",\"@angular-eslint/use-pipe-transform-interface\":\"error\"\n },\n \n },\n{\n files: [\"**/*.html\"],\nlanguageOptions: angularLanguageOptions,\n plugins: {\n \"@angular-eslint/template\": angularTemplate,\n },\n rules: {\n \"@angular-eslint/template/alt-text\":\"error\",\"@angular-eslint/template/attributes-order\":\"error\",\"@angular-eslint/template/banana-in-box\":\"error\",\"@angular-eslint/template/button-has-type\":\"error\",\"@angular-eslint/template/click-events-have-key-events\":\"error\",\"@angular-eslint/template/conditional-complexity\":\"error\",\"@angular-eslint/template/cyclomatic-complexity\":\"error\",\"@angular-eslint/template/elements-content\":\"error\",\"@angular-eslint/template/eqeqeq\":\"error\",\"@angular-eslint/template/i18n\":\"off\",\"@angular-eslint/template/interactive-supports-focus\":\"error\",\"@angular-eslint/template/label-has-associated-control\":\"error\",\"@angular-eslint/template/mouse-events-have-key-events\":\"error\",\"@angular-eslint/template/no-any\":\"error\",\"@angular-eslint/template/no-autofocus\":\"error\",\"@angular-eslint/template/no-call-expression\":\"off\",\"@angular-eslint/template/no-distracting-elements\":\"error\",\"@angular-eslint/template/no-duplicate-attributes\":\"error\",\"@angular-eslint/template/no-empty-control-flow\":\"error\",\"@angular-eslint/template/no-inline-styles\":\"error\",\"@angular-eslint/template/no-interpolation-in-attributes\":\"error\",\"@angular-eslint/template/no-negated-async\":\"error\",\"@angular-eslint/template/no-nested-tags\":\"error\",\"@angular-eslint/template/no-non-null-assertion\":\"error\",\"@angular-eslint/template/no-positive-tabindex\":\"error\",\"@angular-eslint/template/prefer-at-else\":\"error\",\"@angular-eslint/template/prefer-at-empty\":\"error\",\"@angular-eslint/template/prefer-built-in-pipes\":\"error\",\"@angular-eslint/template/prefer-class-binding\":\"error\",\"@angular-eslint/template/prefer-contextual-for-variables\":\"error\",\"@angular-eslint/template/prefer-control-flow\":\"error\",\"@angular-eslint/template/prefer-ngsrc\":\"warn\",\"@angular-eslint/template/prefer-self-closing-tags\":\"error\",\"@angular-eslint/template/prefer-static-string-properties\":\"error\",\"@angular-eslint/template/prefer-template-literal\":\"error\",\"@angular-eslint/template/role-has-required-aria\":\"error\",\"@angular-eslint/template/table-scope\":\"error\",\"@angular-eslint/template/use-track-by-function\":\"error\",\"@angular-eslint/template/valid-aria\":\"error\"\n },\n \n }\n );\n"],"mappings":"sDAEA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAa,iBACpB,OAAOC,MAAqB,yCAC5B,OAAOC,MAAe,gCAEtB,IAAOC,EAAQC,EACTC,EAAcC,CAAO,EAC3BD,EAAc,CAAC,eAAgB,oBAAoB,CAAC,EACpD,CACI,MAAO,CAAC,SAAS,EACrB,gBAAAE,EACA,UAAWP,EAAQ,uBACf,QAAS,CACP,kBAAmBE,CACrB,EACA,MAAO,CACL,yCAAyC,QAAQ,oDAAoD,QAAQ,qCAAqC,CAAC,QAAQ,CAAC,OAAS,MAAM,MAAQ,aAAa,KAAO,SAAS,CAAC,EAAE,uCAAuC,QAAQ,8CAA8C,QAAQ,uCAAuC,QAAQ,uCAAuC,QAAQ,yCAAyC,QAAQ,qCAAqC,CAAC,QAAQ,CAAC,OAAS,MAAM,MAAQ,YAAY,KAAO,WAAW,CAAC,EAAE,4CAA4C,QAAQ,yCAAyC,QAAQ,uCAAuC,QAAQ,mDAAmD,QAAQ,4CAA4C,QAAQ,kCAAkC,QAAQ,iCAAiC,QAAQ,mDAAmD,QAAQ,kCAAkC,QAAQ,kCAAkC,QAAQ,8CAA8C,QAAQ,oCAAoC,QAAQ,mCAAmC,QAAQ,sCAAsC,QAAQ,mCAAmC,QAAQ,+CAA+C,QAAQ,iCAAiC,QAAQ,+CAA+C,QAAQ,sCAAsC,QAAQ,8BAA8B,QAAQ,gDAAgD,QAAQ,gCAAgC,QAAQ,4DAA4D,QAAQ,4CAA4C,QAAQ,yCAAyC,QAAQ,sCAAsC,QAAQ,iCAAiC,QAAQ,oCAAoC,QAAQ,sCAAsC,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,mCAAmC,QAAQ,8CAA8C,QAAQ,yCAAyC,QAAQ,yCAAyC,QAAQ,mDAAmD,QAAQ,6CAA6C,QAAQ,0CAA0C,QAAQ,+CAA+C,OACj6E,CAEF,EACF,CACI,MAAO,CAAC,WAAW,EACvB,gBAAiBM,EACb,QAAS,CACP,2BAA4BP,CAC9B,EACA,MAAO,CACL,oCAAoC,QAAQ,4CAA4C,QAAQ,yCAAyC,QAAQ,2CAA2C,QAAQ,wDAAwD,QAAQ,kDAAkD,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,kCAAkC,QAAQ,gCAAgC,MAAM,sDAAsD,QAAQ,wDAAwD,QAAQ,wDAAwD,QAAQ,kCAAkC,QAAQ,wCAAwC,QAAQ,8CAA8C,MAAM,mDAAmD,QAAQ,mDAAmD,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,0DAA0D,QAAQ,4CAA4C,QAAQ,0CAA0C,QAAQ,iDAAiD,QAAQ,gDAAgD,QAAQ,0CAA0C,QAAQ,2CAA2C,QAAQ,iDAAiD,QAAQ,gDAAgD,QAAQ,2DAA2D,QAAQ,+CAA+C,QAAQ,wCAAwC,OAAO,oDAAoD,QAAQ,2DAA2D,QAAQ,mDAAmD,QAAQ,kDAAkD,QAAQ,uCAAuC,QAAQ,iDAAiD,QAAQ,sCAAsC,OACtkE,CAEF,CACE","names":["defineConfig","globalIgnores","angular","angularTemplate","angularTS","config_angular_default","defineConfig","globalIgnores","ignores","languageOptions","angularLanguageOptions"]}
package/config.html.js CHANGED
@@ -1,2 +1,2 @@
1
- import{a as r,b as e}from"./chunk-6GP5IJXA.js";import{defineConfig as t,globalIgnores as o}from"eslint/config";import l from"@html-eslint/eslint-plugin";var h=t(o(r),{files:["**/*.html"],languageOptions:e,language:"html/html",plugins:{html:l},rules:{"html/attrs-newline":"off","html/class-spacing":"error","html/css-no-empty-blocks":"error","html/element-newline":"off","html/head-order":"error","html/id-naming-convention":"error","html/indent":"off","html/lowercase":"error","html/max-element-depth":"error","html/no-abstract-roles":"error","html/no-accesskey-attrs":"error","html/no-aria-hidden-body":"error","html/no-aria-hidden-on-focusable":"error","html/no-duplicate-attrs":"error","html/no-duplicate-class":"error","html/no-duplicate-id":"error","html/no-duplicate-in-head":"error","html/no-empty-headings":"error","html/no-extra-spacing-attrs":"off","html/no-extra-spacing-text":"error","html/no-heading-inside-button":"error","html/no-ineffective-attrs":"error","html/no-inline-styles":"error","html/no-invalid-attr-value":"error","html/no-invalid-entity":"error","html/no-invalid-role":"error","html/no-multiple-empty-lines":"error","html/no-multiple-h1":"error","html/no-nested-interactive":"error","html/no-non-scalable-viewport":"error","html/no-obsolete-attrs":"error","html/no-obsolete-tags":"error","html/no-positive-tabindex":"error","html/no-redundant-role":"error","html/no-restricted-attr-values":"error","html/no-restricted-attrs":"error","html/no-restricted-tags":"error","html/no-script-style-type":"error","html/no-skip-heading-levels":"error","html/no-target-blank":"error","html/no-trailing-spaces":"error","html/no-whitespace-only-children":"error","html/prefer-https":"error","html/quotes":"error","html/require-attrs":"error","html/require-button-type":"error","html/require-closing-tags":"off","html/require-doctype":"error","html/require-explicit-size":"error","html/require-form-method":"error","html/require-frame-title":"error","html/require-img-alt":"error","html/require-input-label":"error","html/require-lang":"error","html/require-li-container":"error","html/require-meta-charset":"error","html/require-meta-description":"error","html/require-meta-viewport":"error","html/require-open-graph-protocol":"error","html/require-title":"error","html/sort-attrs":"error","html/use-baseline":"error","prettier/prettier":"off"}});export{h as default};
1
+ import{a as r,b as e}from"./chunk-6GP5IJXA.js";import{defineConfig as t,globalIgnores as o}from"eslint/config";import l from"@html-eslint/eslint-plugin";var h=t(o(r),{files:["**/*.html"],languageOptions:e,language:"html/html",plugins:{html:l},rules:{"html/attrs-newline":"off","html/class-spacing":"error","html/css-no-empty-blocks":"error","html/element-newline":"off","html/head-order":"error","html/id-naming-convention":"error","html/indent":"off","html/lowercase":"error","html/max-element-depth":"error","html/no-abstract-roles":"error","html/no-accesskey-attrs":"error","html/no-aria-hidden-body":"error","html/no-aria-hidden-on-focusable":"error","html/no-duplicate-attrs":"error","html/no-duplicate-class":"error","html/no-duplicate-id":"error","html/no-duplicate-in-head":"error","html/no-empty-headings":"error","html/no-extra-spacing-attrs":"off","html/no-extra-spacing-text":"error","html/no-heading-inside-button":"error","html/no-ineffective-attrs":"error","html/no-inline-styles":"error","html/no-invalid-attr-value":"error","html/no-invalid-entity":"error","html/no-invalid-role":"error","html/no-multiple-empty-lines":"error","html/no-multiple-h1":"error","html/no-nested-interactive":"error","html/no-non-scalable-viewport":"error","html/no-obsolete-attrs":"error","html/no-obsolete-tags":"error","html/no-positive-tabindex":"error","html/no-redundant-role":"error","html/no-restricted-attr-values":"error","html/no-restricted-attrs":"error","html/no-restricted-tags":"error","html/no-script-style-type":"error","html/no-skip-heading-levels":"error","html/no-target-blank":"error","html/no-trailing-spaces":"error","html/no-whitespace-only-children":"error","html/prefer-https":"error","html/quotes":"error","html/require-attrs":"error","html/require-button-type":"error","html/require-closing-tags":"off","html/require-details-summary":"error","html/require-doctype":"error","html/require-explicit-size":"error","html/require-form-method":"error","html/require-frame-title":"error","html/require-img-alt":"error","html/require-input-label":"error","html/require-lang":"error","html/require-li-container":"error","html/require-meta-charset":"error","html/require-meta-description":"error","html/require-meta-viewport":"error","html/require-open-graph-protocol":"error","html/require-title":"error","html/sort-attrs":"error","html/use-baseline":"error","prettier/prettier":"off"}});export{h as default};
2
2
  //# sourceMappingURL=config.html.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/config.html.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport html from \"@html-eslint/eslint-plugin\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.html\"],\nlanguageOptions,language: \"html/html\",\n plugins: {\n \"html\": html,\n },\n rules: {\n \"html/attrs-newline\":\"off\",\"html/class-spacing\":\"error\",\"html/css-no-empty-blocks\":\"error\",\"html/element-newline\":\"off\",\"html/head-order\":\"error\",\"html/id-naming-convention\":\"error\",\"html/indent\":\"off\",\"html/lowercase\":\"error\",\"html/max-element-depth\":\"error\",\"html/no-abstract-roles\":\"error\",\"html/no-accesskey-attrs\":\"error\",\"html/no-aria-hidden-body\":\"error\",\"html/no-aria-hidden-on-focusable\":\"error\",\"html/no-duplicate-attrs\":\"error\",\"html/no-duplicate-class\":\"error\",\"html/no-duplicate-id\":\"error\",\"html/no-duplicate-in-head\":\"error\",\"html/no-empty-headings\":\"error\",\"html/no-extra-spacing-attrs\":\"off\",\"html/no-extra-spacing-text\":\"error\",\"html/no-heading-inside-button\":\"error\",\"html/no-ineffective-attrs\":\"error\",\"html/no-inline-styles\":\"error\",\"html/no-invalid-attr-value\":\"error\",\"html/no-invalid-entity\":\"error\",\"html/no-invalid-role\":\"error\",\"html/no-multiple-empty-lines\":\"error\",\"html/no-multiple-h1\":\"error\",\"html/no-nested-interactive\":\"error\",\"html/no-non-scalable-viewport\":\"error\",\"html/no-obsolete-attrs\":\"error\",\"html/no-obsolete-tags\":\"error\",\"html/no-positive-tabindex\":\"error\",\"html/no-redundant-role\":\"error\",\"html/no-restricted-attr-values\":\"error\",\"html/no-restricted-attrs\":\"error\",\"html/no-restricted-tags\":\"error\",\"html/no-script-style-type\":\"error\",\"html/no-skip-heading-levels\":\"error\",\"html/no-target-blank\":\"error\",\"html/no-trailing-spaces\":\"error\",\"html/no-whitespace-only-children\":\"error\",\"html/prefer-https\":\"error\",\"html/quotes\":\"error\",\"html/require-attrs\":\"error\",\"html/require-button-type\":\"error\",\"html/require-closing-tags\":\"off\",\"html/require-doctype\":\"error\",\"html/require-explicit-size\":\"error\",\"html/require-form-method\":\"error\",\"html/require-frame-title\":\"error\",\"html/require-img-alt\":\"error\",\"html/require-input-label\":\"error\",\"html/require-lang\":\"error\",\"html/require-li-container\":\"error\",\"html/require-meta-charset\":\"error\",\"html/require-meta-description\":\"error\",\"html/require-meta-viewport\":\"error\",\"html/require-open-graph-protocol\":\"error\",\"html/require-title\":\"error\",\"html/sort-attrs\":\"error\",\"html/use-baseline\":\"error\",\"prettier/prettier\":\"off\"\n },\n \n }\n );\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAU,6BAEjB,IAAOC,EAAQC,EACTC,EAAcC,CAAO,EAC3B,CACI,MAAO,CAAC,WAAW,EACvB,gBAAAC,EAAgB,SAAU,YACtB,QAAS,CACP,KAAQL,CACV,EACA,MAAO,CACL,qBAAqB,MAAM,qBAAqB,QAAQ,2BAA2B,QAAQ,uBAAuB,MAAM,kBAAkB,QAAQ,4BAA4B,QAAQ,cAAc,MAAM,iBAAiB,QAAQ,yBAAyB,QAAQ,yBAAyB,QAAQ,0BAA0B,QAAQ,2BAA2B,QAAQ,mCAAmC,QAAQ,0BAA0B,QAAQ,0BAA0B,QAAQ,uBAAuB,QAAQ,4BAA4B,QAAQ,yBAAyB,QAAQ,8BAA8B,MAAM,6BAA6B,QAAQ,gCAAgC,QAAQ,4BAA4B,QAAQ,wBAAwB,QAAQ,6BAA6B,QAAQ,yBAAyB,QAAQ,uBAAuB,QAAQ,+BAA+B,QAAQ,sBAAsB,QAAQ,6BAA6B,QAAQ,gCAAgC,QAAQ,yBAAyB,QAAQ,wBAAwB,QAAQ,4BAA4B,QAAQ,yBAAyB,QAAQ,iCAAiC,QAAQ,2BAA2B,QAAQ,0BAA0B,QAAQ,4BAA4B,QAAQ,8BAA8B,QAAQ,uBAAuB,QAAQ,0BAA0B,QAAQ,mCAAmC,QAAQ,oBAAoB,QAAQ,cAAc,QAAQ,qBAAqB,QAAQ,2BAA2B,QAAQ,4BAA4B,MAAM,uBAAuB,QAAQ,6BAA6B,QAAQ,2BAA2B,QAAQ,2BAA2B,QAAQ,uBAAuB,QAAQ,2BAA2B,QAAQ,oBAAoB,QAAQ,4BAA4B,QAAQ,4BAA4B,QAAQ,gCAAgC,QAAQ,6BAA6B,QAAQ,mCAAmC,QAAQ,qBAAqB,QAAQ,kBAAkB,QAAQ,oBAAoB,QAAQ,oBAAoB,KACxjE,CAEF,CACE","names":["defineConfig","globalIgnores","html","config_html_default","defineConfig","globalIgnores","ignores","languageOptions"]}
1
+ {"version":3,"sources":["../src/config.html.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport html from \"@html-eslint/eslint-plugin\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.html\"],\nlanguageOptions,language: \"html/html\",\n plugins: {\n \"html\": html,\n },\n rules: {\n \"html/attrs-newline\":\"off\",\"html/class-spacing\":\"error\",\"html/css-no-empty-blocks\":\"error\",\"html/element-newline\":\"off\",\"html/head-order\":\"error\",\"html/id-naming-convention\":\"error\",\"html/indent\":\"off\",\"html/lowercase\":\"error\",\"html/max-element-depth\":\"error\",\"html/no-abstract-roles\":\"error\",\"html/no-accesskey-attrs\":\"error\",\"html/no-aria-hidden-body\":\"error\",\"html/no-aria-hidden-on-focusable\":\"error\",\"html/no-duplicate-attrs\":\"error\",\"html/no-duplicate-class\":\"error\",\"html/no-duplicate-id\":\"error\",\"html/no-duplicate-in-head\":\"error\",\"html/no-empty-headings\":\"error\",\"html/no-extra-spacing-attrs\":\"off\",\"html/no-extra-spacing-text\":\"error\",\"html/no-heading-inside-button\":\"error\",\"html/no-ineffective-attrs\":\"error\",\"html/no-inline-styles\":\"error\",\"html/no-invalid-attr-value\":\"error\",\"html/no-invalid-entity\":\"error\",\"html/no-invalid-role\":\"error\",\"html/no-multiple-empty-lines\":\"error\",\"html/no-multiple-h1\":\"error\",\"html/no-nested-interactive\":\"error\",\"html/no-non-scalable-viewport\":\"error\",\"html/no-obsolete-attrs\":\"error\",\"html/no-obsolete-tags\":\"error\",\"html/no-positive-tabindex\":\"error\",\"html/no-redundant-role\":\"error\",\"html/no-restricted-attr-values\":\"error\",\"html/no-restricted-attrs\":\"error\",\"html/no-restricted-tags\":\"error\",\"html/no-script-style-type\":\"error\",\"html/no-skip-heading-levels\":\"error\",\"html/no-target-blank\":\"error\",\"html/no-trailing-spaces\":\"error\",\"html/no-whitespace-only-children\":\"error\",\"html/prefer-https\":\"error\",\"html/quotes\":\"error\",\"html/require-attrs\":\"error\",\"html/require-button-type\":\"error\",\"html/require-closing-tags\":\"off\",\"html/require-details-summary\":\"error\",\"html/require-doctype\":\"error\",\"html/require-explicit-size\":\"error\",\"html/require-form-method\":\"error\",\"html/require-frame-title\":\"error\",\"html/require-img-alt\":\"error\",\"html/require-input-label\":\"error\",\"html/require-lang\":\"error\",\"html/require-li-container\":\"error\",\"html/require-meta-charset\":\"error\",\"html/require-meta-description\":\"error\",\"html/require-meta-viewport\":\"error\",\"html/require-open-graph-protocol\":\"error\",\"html/require-title\":\"error\",\"html/sort-attrs\":\"error\",\"html/use-baseline\":\"error\",\"prettier/prettier\":\"off\"\n },\n \n }\n );\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAU,6BAEjB,IAAOC,EAAQC,EACTC,EAAcC,CAAO,EAC3B,CACI,MAAO,CAAC,WAAW,EACvB,gBAAAC,EAAgB,SAAU,YACtB,QAAS,CACP,KAAQL,CACV,EACA,MAAO,CACL,qBAAqB,MAAM,qBAAqB,QAAQ,2BAA2B,QAAQ,uBAAuB,MAAM,kBAAkB,QAAQ,4BAA4B,QAAQ,cAAc,MAAM,iBAAiB,QAAQ,yBAAyB,QAAQ,yBAAyB,QAAQ,0BAA0B,QAAQ,2BAA2B,QAAQ,mCAAmC,QAAQ,0BAA0B,QAAQ,0BAA0B,QAAQ,uBAAuB,QAAQ,4BAA4B,QAAQ,yBAAyB,QAAQ,8BAA8B,MAAM,6BAA6B,QAAQ,gCAAgC,QAAQ,4BAA4B,QAAQ,wBAAwB,QAAQ,6BAA6B,QAAQ,yBAAyB,QAAQ,uBAAuB,QAAQ,+BAA+B,QAAQ,sBAAsB,QAAQ,6BAA6B,QAAQ,gCAAgC,QAAQ,yBAAyB,QAAQ,wBAAwB,QAAQ,4BAA4B,QAAQ,yBAAyB,QAAQ,iCAAiC,QAAQ,2BAA2B,QAAQ,0BAA0B,QAAQ,4BAA4B,QAAQ,8BAA8B,QAAQ,uBAAuB,QAAQ,0BAA0B,QAAQ,mCAAmC,QAAQ,oBAAoB,QAAQ,cAAc,QAAQ,qBAAqB,QAAQ,2BAA2B,QAAQ,4BAA4B,MAAM,+BAA+B,QAAQ,uBAAuB,QAAQ,6BAA6B,QAAQ,2BAA2B,QAAQ,2BAA2B,QAAQ,uBAAuB,QAAQ,2BAA2B,QAAQ,oBAAoB,QAAQ,4BAA4B,QAAQ,4BAA4B,QAAQ,gCAAgC,QAAQ,6BAA6B,QAAQ,mCAAmC,QAAQ,qBAAqB,QAAQ,kBAAkB,QAAQ,oBAAoB,QAAQ,oBAAoB,KAC/lE,CAEF,CACE","names":["defineConfig","globalIgnores","html","config_html_default","defineConfig","globalIgnores","ignores","languageOptions"]}
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "current node"
6
6
  ],
7
7
  "dependencies": {
8
- "@angular-eslint/eslint-plugin": "^21.2.0",
9
- "@angular-eslint/eslint-plugin-template": "^21.2.0",
10
- "@angular-eslint/template-parser": "^21.2.0",
8
+ "@angular-eslint/eslint-plugin": "^21.3.0",
9
+ "@angular-eslint/eslint-plugin-template": "^21.3.0",
10
+ "@angular-eslint/template-parser": "^21.3.0",
11
11
  "@cspell/eslint-plugin": "^9.7.0",
12
12
  "@eslint-react/eslint-plugin": "^2.13.0",
13
13
  "@eslint/compat": "^2.0.2",
@@ -15,11 +15,11 @@
15
15
  "@eslint/js": "^10.0.1",
16
16
  "@eslint/json": "^1.0.1",
17
17
  "@eslint/markdown": "^7.5.1",
18
- "@html-eslint/eslint-plugin": "^0.57.1",
18
+ "@html-eslint/eslint-plugin": "^0.58.1",
19
19
  "@tanstack/eslint-plugin-query": "^5.91.4",
20
20
  "@tanstack/eslint-plugin-router": "^1.161.2",
21
21
  "@typescript-eslint/parser": "^8.56.1",
22
- "angular-eslint": "21.2.0",
22
+ "angular-eslint": "21.3.0",
23
23
  "eslint": "^10.0.2",
24
24
  "eslint-config-prettier": "^10.1.8",
25
25
  "eslint-plugin-astro": "^1.6.0",
@@ -31,7 +31,7 @@
31
31
  "eslint-plugin-react-hooks": "^7.0.1",
32
32
  "eslint-plugin-solid": "^0.14.5",
33
33
  "eslint-plugin-sonarjs": "4.0.0",
34
- "eslint-plugin-storybook": "^10.2.14",
34
+ "eslint-plugin-storybook": "^10.2.15",
35
35
  "eslint-plugin-tailwindcss": "^4.0.0-beta.0",
36
36
  "eslint-plugin-unicorn": "^63.0.0",
37
37
  "prettier": "^3.8.1",
@@ -43,7 +43,7 @@
43
43
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
44
44
  "@types/eslint-plugin-tailwindcss": "^3.17.0",
45
45
  "@types/lodash": "^4.17.24",
46
- "@types/node": "^25.3.3",
46
+ "@types/node": "^25.3.4",
47
47
  "@vitest/coverage-v8": "^4.0.18",
48
48
  "baseline-browser-mapping": "^2.10.0",
49
49
  "browserslist-config-baseline": "^0.5.0",
@@ -69,5 +69,5 @@
69
69
  "test:watch": "vitest --coverage"
70
70
  },
71
71
  "type": "module",
72
- "version": "25.1.7"
72
+ "version": "25.3.0"
73
73
  }