@ethang/eslint-config 22.2.4 → 22.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
@@ -24,10 +24,10 @@
24
24
 
25
25
  # Add Even More!
26
26
 
27
- * 69 rules for **Angular**
27
+ * 72 rules for **Angular**
28
28
  * `import angularConfig from "@ethang/eslint-config/config.angular.js";`
29
- * 40 rules from [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/README.md)
30
- * 29 rules from [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/README.md)
29
+ * 41 rules from [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/README.md)
30
+ * 31 rules from [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/README.md)
31
31
  * 52 rules for **Astro**
32
32
  * `import astroConfig from "@ethang/eslint-config/config.astro.js";`
33
33
  * 52 rules from [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro)
package/config.angular.js CHANGED
@@ -1,2 +1,2 @@
1
- import{a as e,b as r,c as t}from"./chunk-WK3YS7OG.js";import a from"angular-eslint";import n from"@angular-eslint/eslint-plugin-template";import l from"@angular-eslint/eslint-plugin";import o from"typescript-eslint";var m=o.config({ignores:["**/*.spec.ts","src/main.server.ts"]},{files:["**/*.ts"],ignores:e,languageOptions:r,processor:a.processInlineTemplates,plugins:{"@angular-eslint":l},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-conflicting-lifecycle":"error","@angular-eslint/no-duplicates-in-metadata-arrays":"error","@angular-eslint/no-empty-lifecycle-method":"error","@angular-eslint/no-forward-ref":"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/pipe-prefix":"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-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-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":n},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-inline-styles":"error","@angular-eslint/template/no-interpolation-in-attributes":"error","@angular-eslint/template/no-negated-async":"error","@angular-eslint/template/no-positive-tabindex":"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{m as default};
1
+ import{a as e,b as r,c as t}from"./chunk-WK3YS7OG.js";import a from"angular-eslint";import n from"@angular-eslint/eslint-plugin-template";import l from"@angular-eslint/eslint-plugin";import o from"typescript-eslint";var c=o.config({ignores:["**/*.spec.ts","src/main.server.ts"]},{files:["**/*.ts"],ignores:e,languageOptions:r,processor:a.processInlineTemplates,plugins:{"@angular-eslint":l},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-conflicting-lifecycle":"error","@angular-eslint/no-duplicates-in-metadata-arrays":"error","@angular-eslint/no-empty-lifecycle-method":"error","@angular-eslint/no-forward-ref":"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/pipe-prefix":"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-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":n},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-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-empty":"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{c 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 { 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\";\nimport tseslint from \"typescript-eslint\";\n\nexport default tseslint.config(\n {\n ignores: [\"**/*.spec.ts\", \"src/main.server.ts\"],\n },{\n files: [\"**/*.ts\"],\nignores,\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-conflicting-lifecycle\":\"error\",\"@angular-eslint/no-duplicates-in-metadata-arrays\":\"error\",\"@angular-eslint/no-empty-lifecycle-method\":\"error\",\"@angular-eslint/no-forward-ref\":\"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/pipe-prefix\":\"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-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-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 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-inline-styles\":\"error\",\"@angular-eslint/template/no-interpolation-in-attributes\":\"error\",\"@angular-eslint/template/no-negated-async\":\"error\",\"@angular-eslint/template/no-positive-tabindex\":\"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 );\n"],"mappings":"sDAGA,OAAOA,MAAa,iBACpB,OAAOC,MAAqB,yCAC5B,OAAOC,MAAe,gCACtB,OAAOC,MAAc,oBAErB,IAAOC,EAAQD,EAAS,OACpB,CACE,QAAS,CAAC,eAAgB,oBAAoB,CAChD,EAAE,CACF,MAAO,CAAC,SAAS,EACrB,QAAAE,EACA,gBAAAC,EACA,UAAWN,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,2CAA2C,QAAQ,mDAAmD,QAAQ,4CAA4C,QAAQ,iCAAiC,QAAQ,kCAAkC,QAAQ,kCAAkC,QAAQ,8CAA8C,QAAQ,oCAAoC,QAAQ,mCAAmC,QAAQ,sCAAsC,QAAQ,mCAAmC,QAAQ,+CAA+C,QAAQ,iCAAiC,QAAQ,+CAA+C,QAAQ,8BAA8B,QAAQ,4DAA4D,QAAQ,4CAA4C,QAAQ,yCAAyC,QAAQ,iCAAiC,QAAQ,oCAAoC,QAAQ,sCAAsC,QAAQ,iDAAiD,QAAQ,4CAA4C,QAAQ,mCAAmC,QAAQ,yCAAyC,QAAQ,yCAAyC,QAAQ,mDAAmD,QAAQ,6CAA6C,QAAQ,0CAA0C,QAAQ,+CAA+C,OAC/hE,CACF,EACF,CACI,MAAO,CAAC,WAAW,EACvB,gBAAiBK,EACb,QAAS,CACP,2BAA4BN,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,4CAA4C,QAAQ,0DAA0D,QAAQ,4CAA4C,QAAQ,gDAAgD,QAAQ,2DAA2D,QAAQ,+CAA+C,QAAQ,wCAAwC,OAAO,oDAAoD,QAAQ,2DAA2D,QAAQ,mDAAmD,QAAQ,kDAAkD,QAAQ,uCAAuC,QAAQ,iDAAiD,QAAQ,sCAAsC,OAC5sD,CACF,CAGA","names":["angular","angularTemplate","angularTS","tseslint","config_angular_default","ignores","languageOptions","angularLanguageOptions"]}
1
+ {"version":3,"sources":["../src/config.angular.js"],"sourcesContent":["// @ts-nocheck\nimport { angularLanguageOptions } from \"./constants.js\"\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\";\nimport tseslint from \"typescript-eslint\";\n\nexport default tseslint.config(\n {\n ignores: [\"**/*.spec.ts\", \"src/main.server.ts\"],\n },{\n files: [\"**/*.ts\"],\nignores,\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-conflicting-lifecycle\":\"error\",\"@angular-eslint/no-duplicates-in-metadata-arrays\":\"error\",\"@angular-eslint/no-empty-lifecycle-method\":\"error\",\"@angular-eslint/no-forward-ref\":\"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/pipe-prefix\":\"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-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 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-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-empty\":\"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 );\n"],"mappings":"sDAGA,OAAOA,MAAa,iBACpB,OAAOC,MAAqB,yCAC5B,OAAOC,MAAe,gCACtB,OAAOC,MAAc,oBAErB,IAAOC,EAAQD,EAAS,OACpB,CACE,QAAS,CAAC,eAAgB,oBAAoB,CAChD,EAAE,CACF,MAAO,CAAC,SAAS,EACrB,QAAAE,EACA,gBAAAC,EACA,UAAWN,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,2CAA2C,QAAQ,mDAAmD,QAAQ,4CAA4C,QAAQ,iCAAiC,QAAQ,kCAAkC,QAAQ,kCAAkC,QAAQ,8CAA8C,QAAQ,oCAAoC,QAAQ,mCAAmC,QAAQ,sCAAsC,QAAQ,mCAAmC,QAAQ,+CAA+C,QAAQ,iCAAiC,QAAQ,+CAA+C,QAAQ,8BAA8B,QAAQ,4DAA4D,QAAQ,4CAA4C,QAAQ,yCAAyC,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,OACrlE,CACF,EACF,CACI,MAAO,CAAC,WAAW,EACvB,gBAAiBK,EACb,QAAS,CACP,2BAA4BN,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,4CAA4C,QAAQ,0DAA0D,QAAQ,4CAA4C,QAAQ,0CAA0C,QAAQ,gDAAgD,QAAQ,2CAA2C,QAAQ,2DAA2D,QAAQ,+CAA+C,QAAQ,wCAAwC,OAAO,oDAAoD,QAAQ,2DAA2D,QAAQ,mDAAmD,QAAQ,kDAAkD,QAAQ,uCAAuC,QAAQ,iDAAiD,QAAQ,sCAAsC,OACjzD,CACF,CAGA","names":["angular","angularTemplate","angularTS","tseslint","config_angular_default","ignores","languageOptions","angularLanguageOptions"]}
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "maintained node versions"
6
6
  ],
7
7
  "dependencies": {
8
- "@angular-eslint/eslint-plugin": "^19.4.0",
9
- "@angular-eslint/eslint-plugin-template": "^19.4.0",
10
- "@angular-eslint/template-parser": "^19.4.0",
8
+ "@angular-eslint/eslint-plugin": "^19.5.0",
9
+ "@angular-eslint/eslint-plugin-template": "^19.5.0",
10
+ "@angular-eslint/template-parser": "^19.5.0",
11
11
  "@cspell/eslint-plugin": "^9.0.2",
12
12
  "@eslint-react/eslint-plugin": "^1.49.0",
13
13
  "@eslint/css": "0.8.1",
@@ -18,7 +18,7 @@
18
18
  "@tanstack/eslint-plugin-query": "^5.74.7",
19
19
  "@tanstack/eslint-plugin-router": "^1.115.0",
20
20
  "@typescript-eslint/parser": "^8.32.1",
21
- "angular-eslint": "19.4.0",
21
+ "angular-eslint": "19.5.0",
22
22
  "eslint": "^9.27.0",
23
23
  "eslint-config-prettier": "^10.1.5",
24
24
  "eslint-plugin-astro": "^1.3.1",
@@ -28,7 +28,7 @@
28
28
  "eslint-plugin-perfectionist": "^4.13.0",
29
29
  "eslint-plugin-prettier": "^5.4.0",
30
30
  "eslint-plugin-react-hooks": "^5.2.0-rc.1",
31
- "eslint-plugin-react-you-might-not-need-an-effect": "^0.0.32",
31
+ "eslint-plugin-react-you-might-not-need-an-effect": "^0.0.33",
32
32
  "eslint-plugin-solid": "^0.14.5",
33
33
  "eslint-plugin-sonarjs": "3.0.2",
34
34
  "eslint-plugin-storybook": "^0.12.0",
@@ -46,7 +46,7 @@
46
46
  "@types/node": "^22.15.21",
47
47
  "lodash": "^4.17.21",
48
48
  "typescript": "^5.8.3",
49
- "zod": "^3.25.23"
49
+ "zod": "^3.25.28"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=22"
@@ -58,7 +58,7 @@
58
58
  "url": "git+https://github.com/eglove/ethang-monorepo.git#master"
59
59
  },
60
60
  "type": "module",
61
- "version": "22.2.4",
61
+ "version": "22.3.0",
62
62
  "scripts": {
63
63
  "build": "bun build.ts && pnpm lint",
64
64
  "lint": "eslint . --fix && prettier src --write"