@ethang/eslint-config 25.7.0 → 25.8.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.
- package/README.md +19 -14
- package/config.angular.js.map +1 -1
- package/config.astro.js.map +1 -1
- package/config.html.js.map +1 -1
- package/config.main.js +1 -1
- package/config.main.js.map +1 -1
- package/config.react.js.map +1 -1
- package/config.solid.js.map +1 -1
- package/config.storybook.js.map +1 -1
- package/config.tailwind.js.map +1 -1
- package/config.vitest.d.ts +4 -0
- package/config.vitest.js +2 -0
- package/config.vitest.js.map +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
> [!CAUTION]
|
|
6
6
|
> Prettier is already included for styling!
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* 795 rules.
|
|
9
9
|
* 240 rules from [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md)
|
|
10
10
|
* 144 rules from [@eslint/js](https://github.com/eslint/eslint/tree/main/packages/js)
|
|
11
11
|
* 139 rules from [sindresorhus/eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
|
|
@@ -17,35 +17,40 @@
|
|
|
17
17
|
* 14 rules from [@eslint/css](https://github.com/eslint/css)
|
|
18
18
|
* 7 rules from [@tanstack/eslint-plugin-query](https://tanstack.com/query/latest/docs/eslint/eslint-plugin-query)
|
|
19
19
|
* 6 rules from [@eslint/json](https://github.com/eslint/json)
|
|
20
|
+
* 6 rules from [@eslint/json](https://github.com/eslint/json)
|
|
21
|
+
* 6 rules from [@eslint/json](https://github.com/eslint/json)
|
|
20
22
|
* 2 rules from [@tanstack/eslint-plugin-router](https://tanstack.com/router/latest/docs/eslint/eslint-plugin-router)
|
|
21
23
|
* 1 rule from [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat)
|
|
22
24
|
* 1 rule from [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin)
|
|
23
25
|
|
|
24
26
|
# Add Even More!
|
|
25
27
|
|
|
26
|
-
* 85 rules for **Angular**
|
|
27
|
-
* `import angularConfig from "@ethang/eslint-config/config.angular.js";`
|
|
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
|
-
* 53 rules for **Astro**
|
|
31
|
-
* `import astroConfig from "@ethang/eslint-config/config.astro.js";`
|
|
32
|
-
* 53 rules from [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro)
|
|
33
28
|
* 58 rules for **HTML**
|
|
34
29
|
* `import htmlConfig from "@ethang/eslint-config/config.html.js";`
|
|
35
|
-
|
|
30
|
+
* 58 rules from [@html-eslint/eslint-plugin](https://github.com/html-eslint/html-eslint)
|
|
31
|
+
* 53 rules for **Astro**
|
|
32
|
+
* `import astroConfig from "@ethang/eslint-config/config.astro.js";`
|
|
33
|
+
* 53 rules from [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro)
|
|
36
34
|
* 95 rules for **React**
|
|
37
35
|
* `import reactConfig from "@ethang/eslint-config/config.react.js";`
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
* 66 rules from [@eslint-react/eslint-plugin](https://eslint-react.xyz/)
|
|
37
|
+
* 29 rules from [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks)
|
|
40
38
|
* 18 rules for **Solid**
|
|
41
39
|
* `import solidConfig from "@ethang/eslint-config/config.solid.js";`
|
|
42
|
-
|
|
40
|
+
* 18 rules from [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid)
|
|
41
|
+
* 85 rules for **Angular**
|
|
42
|
+
* `import angularConfig from "@ethang/eslint-config/config.angular.js";`
|
|
43
|
+
* 48 rules from [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/README.md)
|
|
44
|
+
* 37 rules from [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/README.md)
|
|
43
45
|
* 16 rules for **Storybook**
|
|
44
46
|
* `import storybookConfig from "@ethang/eslint-config/config.storybook.js";`
|
|
45
|
-
|
|
47
|
+
* 16 rules from [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook)
|
|
46
48
|
* 6 rules for **Tailwind**
|
|
47
49
|
* `import tailwindConfig from "@ethang/eslint-config/config.tailwind.js";`
|
|
48
|
-
|
|
50
|
+
* 6 rules from [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss)
|
|
51
|
+
* 80 rules for **Vitest**
|
|
52
|
+
* `import vitestConfig from "@ethang/eslint-config/config.vitest.js";`
|
|
53
|
+
* 80 rules from [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest)
|
|
49
54
|
|
|
50
55
|
# Install
|
|
51
56
|
|
package/config.angular.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.angular.js"],"sourcesContent":["// @ts-nocheck\nimport { angularLanguageOptions } from \"./constants.js\"
|
|
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\",\n \"@angular-eslint/component-max-inline-declarations\": \"error\",\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"prefix\": \"app\",\n \"style\": \"kebab-case\",\n \"type\": \"element\"\n }\n ],\n \"@angular-eslint/computed-must-return\": \"error\",\n \"@angular-eslint/consistent-component-styles\": \"error\",\n \"@angular-eslint/contextual-decorator\": \"error\",\n \"@angular-eslint/contextual-lifecycle\": \"error\",\n \"@angular-eslint/directive-class-suffix\": \"error\",\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"prefix\": \"app\",\n \"style\": \"camelCase\",\n \"type\": \"attribute\"\n }\n ],\n \"@angular-eslint/no-async-lifecycle-method\": \"error\",\n \"@angular-eslint/no-attribute-decorator\": \"error\",\n \"@angular-eslint/no-developer-preview\": \"error\",\n \"@angular-eslint/no-duplicates-in-metadata-arrays\": \"error\",\n \"@angular-eslint/no-empty-lifecycle-method\": \"error\",\n \"@angular-eslint/no-experimental\": \"error\",\n \"@angular-eslint/no-forward-ref\": \"error\",\n \"@angular-eslint/no-implicit-take-until-destroyed\": \"error\",\n \"@angular-eslint/no-input-prefix\": \"error\",\n \"@angular-eslint/no-input-rename\": \"error\",\n \"@angular-eslint/no-inputs-metadata-property\": \"error\",\n \"@angular-eslint/no-lifecycle-call\": \"error\",\n \"@angular-eslint/no-output-native\": \"error\",\n \"@angular-eslint/no-output-on-prefix\": \"error\",\n \"@angular-eslint/no-output-rename\": \"error\",\n \"@angular-eslint/no-outputs-metadata-property\": \"error\",\n \"@angular-eslint/no-pipe-impure\": \"error\",\n \"@angular-eslint/no-queries-metadata-property\": \"error\",\n \"@angular-eslint/no-uncalled-signals\": \"error\",\n \"@angular-eslint/pipe-prefix\": \"error\",\n \"@angular-eslint/prefer-host-metadata-property\": \"error\",\n \"@angular-eslint/prefer-inject\": \"error\",\n \"@angular-eslint/prefer-on-push-component-change-detection\": \"error\",\n \"@angular-eslint/prefer-output-emitter-ref\": \"error\",\n \"@angular-eslint/prefer-output-readonly\": \"error\",\n \"@angular-eslint/prefer-signal-model\": \"error\",\n \"@angular-eslint/prefer-signals\": \"error\",\n \"@angular-eslint/prefer-standalone\": \"error\",\n \"@angular-eslint/relative-url-prefix\": \"error\",\n \"@angular-eslint/require-lifecycle-on-prototype\": \"error\",\n \"@angular-eslint/require-localize-metadata\": \"error\",\n \"@angular-eslint/runtime-localize\": \"error\",\n \"@angular-eslint/sort-keys-in-type-decorator\": \"error\",\n \"@angular-eslint/sort-lifecycle-methods\": \"error\",\n \"@angular-eslint/use-component-selector\": \"error\",\n \"@angular-eslint/use-component-view-encapsulation\": \"error\",\n \"@angular-eslint/use-injectable-provided-in\": \"error\",\n \"@angular-eslint/use-lifecycle-interface\": \"error\",\n \"@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\",\n \"@angular-eslint/template/attributes-order\": \"error\",\n \"@angular-eslint/template/banana-in-box\": \"error\",\n \"@angular-eslint/template/button-has-type\": \"error\",\n \"@angular-eslint/template/click-events-have-key-events\": \"error\",\n \"@angular-eslint/template/conditional-complexity\": \"error\",\n \"@angular-eslint/template/cyclomatic-complexity\": \"error\",\n \"@angular-eslint/template/elements-content\": \"error\",\n \"@angular-eslint/template/eqeqeq\": \"error\",\n \"@angular-eslint/template/i18n\": \"off\",\n \"@angular-eslint/template/interactive-supports-focus\": \"error\",\n \"@angular-eslint/template/label-has-associated-control\": \"error\",\n \"@angular-eslint/template/mouse-events-have-key-events\": \"error\",\n \"@angular-eslint/template/no-any\": \"error\",\n \"@angular-eslint/template/no-autofocus\": \"error\",\n \"@angular-eslint/template/no-call-expression\": \"off\",\n \"@angular-eslint/template/no-distracting-elements\": \"error\",\n \"@angular-eslint/template/no-duplicate-attributes\": \"error\",\n \"@angular-eslint/template/no-empty-control-flow\": \"error\",\n \"@angular-eslint/template/no-inline-styles\": \"error\",\n \"@angular-eslint/template/no-interpolation-in-attributes\": \"error\",\n \"@angular-eslint/template/no-negated-async\": \"error\",\n \"@angular-eslint/template/no-nested-tags\": \"error\",\n \"@angular-eslint/template/no-non-null-assertion\": \"error\",\n \"@angular-eslint/template/no-positive-tabindex\": \"error\",\n \"@angular-eslint/template/prefer-at-else\": \"error\",\n \"@angular-eslint/template/prefer-at-empty\": \"error\",\n \"@angular-eslint/template/prefer-built-in-pipes\": \"error\",\n \"@angular-eslint/template/prefer-class-binding\": \"error\",\n \"@angular-eslint/template/prefer-contextual-for-variables\": \"error\",\n \"@angular-eslint/template/prefer-control-flow\": \"error\",\n \"@angular-eslint/template/prefer-ngsrc\": \"warn\",\n \"@angular-eslint/template/prefer-self-closing-tags\": \"error\",\n \"@angular-eslint/template/prefer-static-string-properties\": \"error\",\n \"@angular-eslint/template/prefer-template-literal\": \"error\",\n \"@angular-eslint/template/role-has-required-aria\": \"error\",\n \"@angular-eslint/template/table-scope\": \"error\",\n \"@angular-eslint/template/use-track-by-function\": \"error\",\n \"@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,EACbC,EAAcC,CAAO,EACvBD,EAAc,CAAC,eAAgB,oBAAoB,CAAC,EACpD,CACI,MAAO,CAAC,SAAS,EACrB,gBAAAE,EACA,UAAWP,EAAQ,uBACf,QAAS,CACP,kBAAmBE,CACrB,EACA,MAAO,CACL,yCAA0C,QAC9C,oDAAqD,QACrD,qCAAsC,CACpC,QACA,CACE,OAAU,MACV,MAAS,aACT,KAAQ,SACV,CACF,EACA,uCAAwC,QACxC,8CAA+C,QAC/C,uCAAwC,QACxC,uCAAwC,QACxC,yCAA0C,QAC1C,qCAAsC,CACpC,QACA,CACE,OAAU,MACV,MAAS,YACT,KAAQ,WACV,CACF,EACA,4CAA6C,QAC7C,yCAA0C,QAC1C,uCAAwC,QACxC,mDAAoD,QACpD,4CAA6C,QAC7C,kCAAmC,QACnC,iCAAkC,QAClC,mDAAoD,QACpD,kCAAmC,QACnC,kCAAmC,QACnC,8CAA+C,QAC/C,oCAAqC,QACrC,mCAAoC,QACpC,sCAAuC,QACvC,mCAAoC,QACpC,+CAAgD,QAChD,iCAAkC,QAClC,+CAAgD,QAChD,sCAAuC,QACvC,8BAA+B,QAC/B,gDAAiD,QACjD,gCAAiC,QACjC,4DAA6D,QAC7D,4CAA6C,QAC7C,yCAA0C,QAC1C,sCAAuC,QACvC,iCAAkC,QAClC,oCAAqC,QACrC,sCAAuC,QACvC,iDAAkD,QAClD,4CAA6C,QAC7C,mCAAoC,QACpC,8CAA+C,QAC/C,yCAA0C,QAC1C,yCAA0C,QAC1C,mDAAoD,QACpD,6CAA8C,QAC9C,0CAA2C,QAC3C,+CAAgD,OAC9C,CAEF,EACF,CACI,MAAO,CAAC,WAAW,EACvB,gBAAiBM,EACb,QAAS,CACP,2BAA4BP,CAC9B,EACA,MAAO,CACL,oCAAqC,QACzC,4CAA6C,QAC7C,yCAA0C,QAC1C,2CAA4C,QAC5C,wDAAyD,QACzD,kDAAmD,QACnD,iDAAkD,QAClD,4CAA6C,QAC7C,kCAAmC,QACnC,gCAAiC,MACjC,sDAAuD,QACvD,wDAAyD,QACzD,wDAAyD,QACzD,kCAAmC,QACnC,wCAAyC,QACzC,8CAA+C,MAC/C,mDAAoD,QACpD,mDAAoD,QACpD,iDAAkD,QAClD,4CAA6C,QAC7C,0DAA2D,QAC3D,4CAA6C,QAC7C,0CAA2C,QAC3C,iDAAkD,QAClD,gDAAiD,QACjD,0CAA2C,QAC3C,2CAA4C,QAC5C,iDAAkD,QAClD,gDAAiD,QACjD,2DAA4D,QAC5D,+CAAgD,QAChD,wCAAyC,OACzC,oDAAqD,QACrD,2DAA4D,QAC5D,mDAAoD,QACpD,kDAAmD,QACnD,uCAAwC,QACxC,iDAAkD,QAClD,sCAAuC,OACrC,CAEF,CACF","names":["defineConfig","globalIgnores","angular","angularTemplate","angularTS","config_angular_default","defineConfig","globalIgnores","ignores","languageOptions","angularLanguageOptions"]}
|
package/config.astro.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.astro.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport astro from \"eslint-plugin-astro\";\n\nexport default defineConfig(\n
|
|
1
|
+
{"version":3,"sources":["../src/config.astro.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport astro from \"eslint-plugin-astro\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.{astro}\"],\nlanguageOptions,\n plugins: {\n \"astro\": astro,\n },\n rules: {\n \"astro/jsx-a11y/alt-text\": \"error\",\n \"astro/jsx-a11y/anchor-ambiguous-text\": \"error\",\n \"astro/jsx-a11y/anchor-has-content\": \"error\",\n \"astro/jsx-a11y/anchor-is-valid\": \"error\",\n \"astro/jsx-a11y/aria-activedescendant-has-tabindex\": \"error\",\n \"astro/jsx-a11y/aria-props\": \"error\",\n \"astro/jsx-a11y/aria-proptypes\": \"error\",\n \"astro/jsx-a11y/aria-role\": \"error\",\n \"astro/jsx-a11y/aria-unsupported-elements\": \"error\",\n \"astro/jsx-a11y/autocomplete-valid\": \"error\",\n \"astro/jsx-a11y/click-events-have-key-events\": \"error\",\n \"astro/jsx-a11y/control-has-associated-label\": \"error\",\n \"astro/jsx-a11y/heading-has-content\": \"error\",\n \"astro/jsx-a11y/html-has-lang\": \"error\",\n \"astro/jsx-a11y/iframe-has-title\": \"error\",\n \"astro/jsx-a11y/img-redundant-alt\": \"error\",\n \"astro/jsx-a11y/interactive-supports-focus\": \"error\",\n \"astro/jsx-a11y/label-has-associated-control\": \"error\",\n \"astro/jsx-a11y/lang\": \"error\",\n \"astro/jsx-a11y/media-has-caption\": \"error\",\n \"astro/jsx-a11y/mouse-events-have-key-events\": \"error\",\n \"astro/jsx-a11y/no-access-key\": \"error\",\n \"astro/jsx-a11y/no-aria-hidden-on-focusable\": \"error\",\n \"astro/jsx-a11y/no-autofocus\": \"error\",\n \"astro/jsx-a11y/no-distracting-elements\": \"error\",\n \"astro/jsx-a11y/no-interactive-element-to-noninteractive-role\": \"error\",\n \"astro/jsx-a11y/no-noninteractive-element-interactions\": \"error\",\n \"astro/jsx-a11y/no-noninteractive-element-to-interactive-role\": \"error\",\n \"astro/jsx-a11y/no-noninteractive-tabindex\": \"error\",\n \"astro/jsx-a11y/no-redundant-roles\": \"error\",\n \"astro/jsx-a11y/no-static-element-interactions\": \"error\",\n \"astro/jsx-a11y/prefer-tag-over-role\": \"error\",\n \"astro/jsx-a11y/role-has-required-aria-props\": \"error\",\n \"astro/jsx-a11y/role-supports-aria-props\": \"error\",\n \"astro/jsx-a11y/scope\": \"error\",\n \"astro/jsx-a11y/tabindex-no-positive\": \"error\",\n \"astro/missing-client-only-directive-value\": \"error\",\n \"astro/no-conflict-set-directives\": \"error\",\n \"astro/no-deprecated-astro-canonicalurl\": \"error\",\n \"astro/no-deprecated-astro-fetchcontent\": \"error\",\n \"astro/no-deprecated-astro-resolve\": \"error\",\n \"astro/no-deprecated-getentrybyslug\": \"error\",\n \"astro/no-exports-from-components\": \"error\",\n \"astro/no-set-html-directive\": \"off\",\n \"astro/no-set-text-directive\": \"error\",\n \"astro/no-unsafe-inline-scripts\": \"error\",\n \"astro/no-unused-css-selector\": \"error\",\n \"astro/no-unused-define-vars-in-style\": \"error\",\n \"astro/prefer-class-list-directive\": \"error\",\n \"astro/prefer-object-class-list\": \"error\",\n \"astro/prefer-split-class-list\": \"error\",\n \"astro/semi\": \"error\",\n \"astro/sort-attributes\": \"error\",\n \"astro/valid-compile\": \"error\"\n },\n \n }\n);\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAW,sBAElB,IAAOC,EAAQC,EACbC,EAAcC,CAAO,EACvB,CACI,MAAO,CAAC,cAAc,EAC1B,gBAAAC,EACI,QAAS,CACP,MAASL,CACX,EACA,MAAO,CACL,0BAA2B,QAC/B,uCAAwC,QACxC,oCAAqC,QACrC,iCAAkC,QAClC,oDAAqD,QACrD,4BAA6B,QAC7B,gCAAiC,QACjC,2BAA4B,QAC5B,2CAA4C,QAC5C,oCAAqC,QACrC,8CAA+C,QAC/C,8CAA+C,QAC/C,qCAAsC,QACtC,+BAAgC,QAChC,kCAAmC,QACnC,mCAAoC,QACpC,4CAA6C,QAC7C,8CAA+C,QAC/C,sBAAuB,QACvB,mCAAoC,QACpC,8CAA+C,QAC/C,+BAAgC,QAChC,6CAA8C,QAC9C,8BAA+B,QAC/B,yCAA0C,QAC1C,+DAAgE,QAChE,wDAAyD,QACzD,+DAAgE,QAChE,4CAA6C,QAC7C,oCAAqC,QACrC,gDAAiD,QACjD,sCAAuC,QACvC,8CAA+C,QAC/C,0CAA2C,QAC3C,uBAAwB,QACxB,sCAAuC,QACvC,4CAA6C,QAC7C,mCAAoC,QACpC,yCAA0C,QAC1C,yCAA0C,QAC1C,oCAAqC,QACrC,qCAAsC,QACtC,mCAAoC,QACpC,8BAA+B,MAC/B,8BAA+B,QAC/B,iCAAkC,QAClC,+BAAgC,QAChC,uCAAwC,QACxC,oCAAqC,QACrC,iCAAkC,QAClC,gCAAiC,QACjC,aAAc,QACd,wBAAyB,QACzB,sBAAuB,OACrB,CAEF,CACF","names":["defineConfig","globalIgnores","astro","config_astro_default","defineConfig","globalIgnores","ignores","languageOptions"]}
|
package/config.html.js.map
CHANGED
|
@@ -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
|
|
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\",\n \"html/class-spacing\": \"error\",\n \"html/css-no-empty-blocks\": \"error\",\n \"html/element-newline\": \"off\",\n \"html/head-order\": \"error\",\n \"html/id-naming-convention\": \"error\",\n \"html/indent\": \"off\",\n \"html/lowercase\": \"error\",\n \"html/max-element-depth\": \"error\",\n \"html/no-abstract-roles\": \"error\",\n \"html/no-accesskey-attrs\": \"error\",\n \"html/no-aria-hidden-body\": \"error\",\n \"html/no-aria-hidden-on-focusable\": \"error\",\n \"html/no-duplicate-attrs\": \"error\",\n \"html/no-duplicate-class\": \"error\",\n \"html/no-duplicate-id\": \"error\",\n \"html/no-duplicate-in-head\": \"error\",\n \"html/no-empty-headings\": \"error\",\n \"html/no-extra-spacing-attrs\": \"off\",\n \"html/no-extra-spacing-text\": \"error\",\n \"html/no-heading-inside-button\": \"error\",\n \"html/no-ineffective-attrs\": \"error\",\n \"html/no-inline-styles\": \"error\",\n \"html/no-invalid-attr-value\": \"error\",\n \"html/no-invalid-entity\": \"error\",\n \"html/no-invalid-role\": \"error\",\n \"html/no-multiple-empty-lines\": \"error\",\n \"html/no-multiple-h1\": \"error\",\n \"html/no-nested-interactive\": \"error\",\n \"html/no-non-scalable-viewport\": \"error\",\n \"html/no-obsolete-attrs\": \"error\",\n \"html/no-obsolete-tags\": \"error\",\n \"html/no-positive-tabindex\": \"error\",\n \"html/no-redundant-role\": \"error\",\n \"html/no-restricted-attr-values\": \"error\",\n \"html/no-restricted-attrs\": \"error\",\n \"html/no-restricted-tags\": \"error\",\n \"html/no-script-style-type\": \"error\",\n \"html/no-skip-heading-levels\": \"error\",\n \"html/no-target-blank\": \"error\",\n \"html/no-trailing-spaces\": \"error\",\n \"html/no-whitespace-only-children\": \"error\",\n \"html/prefer-https\": \"error\",\n \"html/quotes\": \"error\",\n \"html/require-attrs\": \"error\",\n \"html/require-button-type\": \"error\",\n \"html/require-closing-tags\": \"off\",\n \"html/require-details-summary\": \"error\",\n \"html/require-doctype\": \"error\",\n \"html/require-explicit-size\": \"error\",\n \"html/require-form-method\": \"error\",\n \"html/require-frame-title\": \"error\",\n \"html/require-img-alt\": \"error\",\n \"html/require-input-label\": \"error\",\n \"html/require-lang\": \"error\",\n \"html/require-li-container\": \"error\",\n \"html/require-meta-charset\": \"error\",\n \"html/require-meta-description\": \"error\",\n \"html/require-meta-viewport\": \"error\",\n \"html/require-open-graph-protocol\": \"error\",\n \"html/require-title\": \"error\",\n \"html/sort-attrs\": \"error\",\n \"html/use-baseline\": \"error\",\n \"prettier/prettier\": \"off\"\n },\n \n }\n);\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAU,6BAEjB,IAAOC,EAAQC,EACbC,EAAcC,CAAO,EACvB,CACI,MAAO,CAAC,WAAW,EACvB,gBAAAC,EAAgB,SAAU,YACtB,QAAS,CACP,KAAQL,CACV,EACA,MAAO,CACL,qBAAsB,MAC1B,qBAAsB,QACtB,2BAA4B,QAC5B,uBAAwB,MACxB,kBAAmB,QACnB,4BAA6B,QAC7B,cAAe,MACf,iBAAkB,QAClB,yBAA0B,QAC1B,yBAA0B,QAC1B,0BAA2B,QAC3B,2BAA4B,QAC5B,mCAAoC,QACpC,0BAA2B,QAC3B,0BAA2B,QAC3B,uBAAwB,QACxB,4BAA6B,QAC7B,yBAA0B,QAC1B,8BAA+B,MAC/B,6BAA8B,QAC9B,gCAAiC,QACjC,4BAA6B,QAC7B,wBAAyB,QACzB,6BAA8B,QAC9B,yBAA0B,QAC1B,uBAAwB,QACxB,+BAAgC,QAChC,sBAAuB,QACvB,6BAA8B,QAC9B,gCAAiC,QACjC,yBAA0B,QAC1B,wBAAyB,QACzB,4BAA6B,QAC7B,yBAA0B,QAC1B,iCAAkC,QAClC,2BAA4B,QAC5B,0BAA2B,QAC3B,4BAA6B,QAC7B,8BAA+B,QAC/B,uBAAwB,QACxB,0BAA2B,QAC3B,mCAAoC,QACpC,oBAAqB,QACrB,cAAe,QACf,qBAAsB,QACtB,2BAA4B,QAC5B,4BAA6B,MAC7B,+BAAgC,QAChC,uBAAwB,QACxB,6BAA8B,QAC9B,2BAA4B,QAC5B,2BAA4B,QAC5B,uBAAwB,QACxB,2BAA4B,QAC5B,oBAAqB,QACrB,4BAA6B,QAC7B,4BAA6B,QAC7B,gCAAiC,QACjC,6BAA8B,QAC9B,mCAAoC,QACpC,qBAAsB,QACtB,kBAAmB,QACnB,oBAAqB,QACrB,oBAAqB,KACnB,CAEF,CACF","names":["defineConfig","globalIgnores","html","config_html_default","defineConfig","globalIgnores","ignores","languageOptions"]}
|
package/config.main.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e,b as o}from"./chunk-6GP5IJXA.js";import{defineConfig as n,globalIgnores as s}from"eslint/config";import{fixupPluginRules as t}from"@eslint/compat";import a from"eslint-plugin-jsx-a11y";import i from"eslint-plugin-compat";import c from"@cspell/eslint-plugin";import p from"@eslint/css";import l from"eslint-config-prettier";import u from"eslint-plugin-prettier/recommended";import r from"@eslint/json";import d from"eslint-plugin-lodash";import f from"@eslint/markdown";import m from"eslint-plugin-perfectionist";import y from"eslint-plugin-sonarjs";import g from"@tanstack/eslint-plugin-query";import h from"@tanstack/eslint-plugin-router";import b from"typescript-eslint";import w from"eslint-plugin-unicorn";var O=n(s(e),{files:["**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts}"],languageOptions:o,settings:{react:{version:"19.2.4"}},plugins:{compat:i,"@typescript-eslint":b.plugin,unicorn:w,lodash:t(d),sonar:y,perfectionist:m,"@tanstack/query":g,"@tanstack/router":h,a11y:a,cspell:c},rules:{"compat/compat":"error","accessor-pairs":"error","array-callback-return":"error","arrow-body-style":["error","always"],"block-scoped-var":"error",camelcase:"off","capitalized-comments":"off","class-methods-use-this":"off",complexity:"off","consistent-return":"off","consistent-this":"off","constructor-super":"error",curly:"off","default-case":"off","default-case-last":"off","default-param-last":"off","dot-notation":"off",eqeqeq:"error","for-direction":"error","func-name-matching":"error","func-names":"off","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":"error","grouped-accessor-pairs":"error","guard-for-in":"error","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","logical-assignment-operators":"error","max-classes-per-file":"error","max-depth":"error","max-lines":"off","max-lines-per-function":"off","max-nested-callbacks":"error","max-params":"off","max-statements":"off","new-cap":"off","no-alert":"error","no-array-constructor":"off","no-async-promise-executor":"error","no-await-in-loop":"error","no-bitwise":"error","no-caller":"error","no-case-declarations":"error","no-class-assign":"error","no-compare-neg-zero":"error","no-cond-assign":"error","no-console":"error","no-const-assign":"error","no-constant-binary-expression":"error","no-constant-condition":"error","no-constructor-return":"error","no-continue":"error","no-control-regex":"error","no-debugger":"error","no-delete-var":"error","no-div-regex":"error","no-dupe-args":"error","no-dupe-class-members":"off","no-dupe-else-if":"error","no-dupe-keys":"error","no-duplicate-case":"error","no-duplicate-imports":"error","no-else-return":"error","no-empty":"error","no-empty-character-class":"error","no-empty-function":"off","no-empty-pattern":"error","no-empty-static-block":"error","no-eq-null":"error","no-eval":"error","no-ex-assign":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-boolean-cast":"error","no-extra-label":"error","no-fallthrough":"error","no-func-assign":"error","no-global-assign":"error","no-implicit-coercion":"error","no-implicit-globals":"off","no-implied-eval":"off","no-import-assign":"error","no-inline-comments":"off","no-inner-declarations":"error","no-invalid-regexp":"error","no-invalid-this":"error","no-irregular-whitespace":"error","no-iterator":"error","no-label-var":"error","no-labels":"error","no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-loss-of-precision":"error","no-magic-numbers":"off","no-misleading-character-class":"error","no-multi-assign":"error","no-multi-str":"error","no-negated-condition":"error","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-new-native-nonconstructor":"error","no-new-wrappers":"error","no-nonoctal-decimal-escape":"error","no-obj-calls":"error","no-object-constructor":"error","no-octal":"error","no-octal-escape":"error","no-param-reassign":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-prototype-builtins":"error","no-redeclare":"off","no-regex-spaces":"error","no-restricted-exports":"off","no-restricted-globals":"off","no-restricted-imports":"off","no-restricted-properties":"off","no-restricted-syntax":"off","no-return-assign":"error","no-script-url":"error","no-self-assign":"error","no-self-compare":"error","no-sequences":"error","no-setter-return":"error","no-shadow":"off","no-shadow-restricted-names":"error","no-sparse-arrays":"error","no-template-curly-in-string":"off","no-ternary":"off","no-this-before-super":"error","no-throw-literal":"off","no-unassigned-vars":"error","no-undef":"off","no-undef-init":"error","no-undefined":"off","no-underscore-dangle":"off","no-unexpected-multiline":"off","no-unmodified-loop-condition":"error","no-unneeded-ternary":"error","no-unreachable":"error","no-unreachable-loop":"error","no-unsafe-finally":"error","no-unsafe-negation":"error","no-unsafe-optional-chaining":["error",{disallowArithmeticOperators:!0}],"no-unused-expressions":"off","no-unused-labels":"error","no-unused-private-class-members":"error","no-unused-vars":"off","no-use-before-define":"off","no-useless-assignment":"off","no-useless-backreference":"error","no-useless-call":"error","no-useless-catch":"error","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"off","no-useless-escape":"error","no-useless-rename":"error","no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":"off","no-with":"error","object-shorthand":"error","one-var":"off","operator-assignment":"error","prefer-arrow-callback":"off","prefer-const":"error","prefer-destructuring":"off","prefer-exponentiation-operator":"error","prefer-named-capture-group":"error","prefer-numeric-literals":"error","prefer-object-has-own":"error","prefer-object-spread":"error","prefer-promise-reject-errors":"off","prefer-regex-literals":"error","prefer-rest-params":"error","prefer-spread":"error","prefer-template":"error","preserve-caught-error":"error",radix:"error","require-atomic-updates":"error","require-await":"off","require-unicode-regexp":"error","require-yield":"error","sort-imports":"off","sort-keys":"off","sort-vars":"error",strict:"error","symbol-description":"error","unicode-bom":"error","use-isnan":"error","valid-typeof":"error","vars-on-top":"error",yoda:["error","always"],"@typescript-eslint/adjacent-overload-signatures":"off","@typescript-eslint/array-type":"error","@typescript-eslint/await-thenable":"error","@typescript-eslint/ban-ts-comment":"error","@typescript-eslint/ban-tslint-comment":"error","@typescript-eslint/class-literal-property-style":"error","@typescript-eslint/class-methods-use-this":"off","@typescript-eslint/consistent-generic-constructors":"error","@typescript-eslint/consistent-indexed-object-style":"error","@typescript-eslint/consistent-return":"off","@typescript-eslint/consistent-type-assertions":"error","@typescript-eslint/consistent-type-definitions":["error","type"],"@typescript-eslint/consistent-type-exports":"error","@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/default-param-last":"error","@typescript-eslint/dot-notation":"error","@typescript-eslint/explicit-function-return-type":"off","@typescript-eslint/explicit-member-accessibility":"error","@typescript-eslint/explicit-module-boundary-types":"off","@typescript-eslint/init-declarations":"off","@typescript-eslint/max-params":"off","@typescript-eslint/member-ordering":"off","@typescript-eslint/method-signature-style":"error","@typescript-eslint/naming-convention":"off","@typescript-eslint/no-array-constructor":"error","@typescript-eslint/no-array-delete":"error","@typescript-eslint/no-base-to-string":"error","@typescript-eslint/no-confusing-non-null-assertion":"error","@typescript-eslint/no-confusing-void-expression":"error","@typescript-eslint/no-deprecated":"error","@typescript-eslint/no-dupe-class-members":"off","@typescript-eslint/no-duplicate-enum-values":"error","@typescript-eslint/no-duplicate-type-constituents":"error","@typescript-eslint/no-dynamic-delete":"error","@typescript-eslint/no-empty-function":"error","@typescript-eslint/no-empty-object-type":"error","@typescript-eslint/no-explicit-any":"error","@typescript-eslint/no-extra-non-null-assertion":"error","@typescript-eslint/no-extraneous-class":"error","@typescript-eslint/no-floating-promises":"error","@typescript-eslint/no-for-in-array":"error","@typescript-eslint/no-implied-eval":"error","@typescript-eslint/no-import-type-side-effects":"error","@typescript-eslint/no-inferrable-types":"error","@typescript-eslint/no-invalid-this":"off","@typescript-eslint/no-invalid-void-type":"error","@typescript-eslint/no-loop-func":"error","@typescript-eslint/no-magic-numbers":"off","@typescript-eslint/no-meaningless-void-operator":"error","@typescript-eslint/no-misused-new":"error","@typescript-eslint/no-misused-promises":"error","@typescript-eslint/no-misused-spread":"error","@typescript-eslint/no-mixed-enums":"error","@typescript-eslint/no-namespace":"error","@typescript-eslint/no-non-null-asserted-nullish-coalescing":"error","@typescript-eslint/no-non-null-asserted-optional-chain":"error","@typescript-eslint/no-non-null-assertion":"error","@typescript-eslint/no-redeclare":"off","@typescript-eslint/no-redundant-type-constituents":"error","@typescript-eslint/no-require-imports":"error","@typescript-eslint/no-restricted-imports":"error","@typescript-eslint/no-restricted-types":"error","@typescript-eslint/no-shadow":"error","@typescript-eslint/no-this-alias":"error","@typescript-eslint/no-unnecessary-boolean-literal-compare":"error","@typescript-eslint/no-unnecessary-condition":"error","@typescript-eslint/no-unnecessary-parameter-property-assignment":"error","@typescript-eslint/no-unnecessary-qualifier":"error","@typescript-eslint/no-unnecessary-template-expression":"error","@typescript-eslint/no-unnecessary-type-arguments":"error","@typescript-eslint/no-unnecessary-type-assertion":"error","@typescript-eslint/no-unnecessary-type-constraint":"error","@typescript-eslint/no-unnecessary-type-conversion":"error","@typescript-eslint/no-unnecessary-type-parameters":"off","@typescript-eslint/no-unsafe-argument":"error","@typescript-eslint/no-unsafe-assignment":"error","@typescript-eslint/no-unsafe-call":"error","@typescript-eslint/no-unsafe-declaration-merging":"error","@typescript-eslint/no-unsafe-enum-comparison":"error","@typescript-eslint/no-unsafe-function-type":"error","@typescript-eslint/no-unsafe-member-access":"error","@typescript-eslint/no-unsafe-return":"error","@typescript-eslint/no-unsafe-type-assertion":"error","@typescript-eslint/no-unsafe-unary-minus":"error","@typescript-eslint/no-unused-expressions":"error","@typescript-eslint/no-unused-private-class-members":"error","@typescript-eslint/no-unused-vars":["error",{args:"all",argsIgnorePattern:"^_",caughtErrors:"all",caughtErrorsIgnorePattern:"^_",destructuredArrayIgnorePattern:"^_",ignoreRestSiblings:!0,varsIgnorePattern:"^_"}],"@typescript-eslint/no-use-before-define":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-useless-default-assignment":"error","@typescript-eslint/no-useless-empty-export":"error","@typescript-eslint/no-wrapper-object-types":"error","@typescript-eslint/non-nullable-type-assertion-style":"error","@typescript-eslint/only-throw-error":"error","@typescript-eslint/parameter-properties":"off","@typescript-eslint/prefer-as-const":"error","@typescript-eslint/prefer-destructuring":"error","@typescript-eslint/prefer-enum-initializers":"error","@typescript-eslint/prefer-find":"error","@typescript-eslint/prefer-for-of":"error","@typescript-eslint/prefer-function-type":"error","@typescript-eslint/prefer-includes":"error","@typescript-eslint/prefer-literal-enum-member":"error","@typescript-eslint/prefer-namespace-keyword":"error","@typescript-eslint/prefer-nullish-coalescing":"error","@typescript-eslint/prefer-optional-chain":"error","@typescript-eslint/prefer-promise-reject-errors":"error","@typescript-eslint/prefer-readonly":"error","@typescript-eslint/prefer-readonly-parameter-types":"off","@typescript-eslint/prefer-reduce-type-parameter":"error","@typescript-eslint/prefer-regexp-exec":"error","@typescript-eslint/prefer-return-this-type":"error","@typescript-eslint/prefer-string-starts-ends-with":"error","@typescript-eslint/promise-function-async":"error","@typescript-eslint/related-getter-setter-pairs":"error","@typescript-eslint/require-array-sort-compare":"error","@typescript-eslint/require-await":"error","@typescript-eslint/restrict-plus-operands":"error","@typescript-eslint/restrict-template-expressions":"error","@typescript-eslint/return-await":"error","@typescript-eslint/strict-boolean-expressions":"error","@typescript-eslint/strict-void-return":"error","@typescript-eslint/switch-exhaustiveness-check":"error","@typescript-eslint/triple-slash-reference":"error","@typescript-eslint/unbound-method":"error","@typescript-eslint/unified-signatures":"error","@typescript-eslint/use-unknown-in-catch-callback-variable":"error","unicorn/better-regex":"error","unicorn/catch-error-name":"error","unicorn/consistent-assert":"error","unicorn/consistent-date-clone":"error","unicorn/consistent-destructuring":"error","unicorn/consistent-empty-array-spread":"error","unicorn/consistent-existence-index-check":"error","unicorn/consistent-function-scoping":"error","unicorn/consistent-template-literal-escape":"error","unicorn/custom-error-definition":"error","unicorn/empty-brace-spaces":"off","unicorn/error-message":"error","unicorn/escape-case":"error","unicorn/expiring-todo-comments":"error","unicorn/explicit-length-check":"off","unicorn/filename-case":"error","unicorn/import-style":"error","unicorn/isolated-functions":"error","unicorn/new-for-builtins":"error","unicorn/no-abusive-eslint-disable":"error","unicorn/no-accessor-recursion":"error","unicorn/no-anonymous-default-export":"error","unicorn/no-array-callback-reference":"error","unicorn/no-array-for-each":"error","unicorn/no-array-method-this-argument":"error","unicorn/no-array-reduce":"error","unicorn/no-array-reverse":"error","unicorn/no-array-sort":"error","unicorn/no-await-expression-member":"error","unicorn/no-await-in-promise-methods":"error","unicorn/no-console-spaces":"error","unicorn/no-document-cookie":"error","unicorn/no-empty-file":"error","unicorn/no-for-loop":"error","unicorn/no-hex-escape":"error","unicorn/no-immediate-mutation":"error","unicorn/no-instanceof-builtins":"error","unicorn/no-invalid-fetch-options":"error","unicorn/no-invalid-remove-event-listener":"error","unicorn/no-keyword-prefix":"off","unicorn/no-lonely-if":"error","unicorn/no-magic-array-flat-depth":"error","unicorn/no-named-default":"error","unicorn/no-negated-condition":"error","unicorn/no-negation-in-equality-check":"error","unicorn/no-nested-ternary":"off","unicorn/no-new-array":"error","unicorn/no-new-buffer":"error","unicorn/no-null":"off","unicorn/no-object-as-default-parameter":"error","unicorn/no-process-exit":"error","unicorn/no-single-promise-in-promise-methods":"error","unicorn/no-static-only-class":"error","unicorn/no-thenable":"error","unicorn/no-this-assignment":"error","unicorn/no-typeof-undefined":"error","unicorn/no-unnecessary-array-flat-depth":"error","unicorn/no-unnecessary-array-splice-count":"error","unicorn/no-unnecessary-await":"error","unicorn/no-unnecessary-polyfills":"error","unicorn/no-unnecessary-slice-end":"error","unicorn/no-unreadable-array-destructuring":"error","unicorn/no-unreadable-iife":"error","unicorn/no-unused-properties":"error","unicorn/no-useless-collection-argument":"error","unicorn/no-useless-error-capture-stack-trace":"error","unicorn/no-useless-fallback-in-spread":"error","unicorn/no-useless-iterator-to-array":"error","unicorn/no-useless-length-check":"error","unicorn/no-useless-promise-resolve-reject":"error","unicorn/no-useless-spread":"error","unicorn/no-useless-switch-case":"error","unicorn/no-useless-undefined":"error","unicorn/no-zero-fractions":"error","unicorn/number-literal-case":"off","unicorn/numeric-separators-style":"error","unicorn/prefer-add-event-listener":"error","unicorn/prefer-array-find":"error","unicorn/prefer-array-flat":"error","unicorn/prefer-array-flat-map":"error","unicorn/prefer-array-index-of":"error","unicorn/prefer-array-some":"error","unicorn/prefer-at":"error","unicorn/prefer-bigint-literals":"error","unicorn/prefer-blob-reading-methods":"error","unicorn/prefer-class-fields":"error","unicorn/prefer-classlist-toggle":"error","unicorn/prefer-code-point":"error","unicorn/prefer-date-now":"error","unicorn/prefer-default-parameters":"error","unicorn/prefer-dom-node-append":"error","unicorn/prefer-dom-node-dataset":"error","unicorn/prefer-dom-node-remove":"error","unicorn/prefer-dom-node-text-content":"error","unicorn/prefer-event-target":"error","unicorn/prefer-export-from":"error","unicorn/prefer-global-this":"error","unicorn/prefer-import-meta-properties":"error","unicorn/prefer-includes":"error","unicorn/prefer-json-parse-buffer":"error","unicorn/prefer-keyboard-event-key":"error","unicorn/prefer-logical-operator-over-ternary":"error","unicorn/prefer-math-min-max":"error","unicorn/prefer-math-trunc":"error","unicorn/prefer-modern-dom-apis":"error","unicorn/prefer-modern-math-apis":"error","unicorn/prefer-module":"error","unicorn/prefer-native-coercion-functions":"error","unicorn/prefer-negative-index":"error","unicorn/prefer-node-protocol":"error","unicorn/prefer-number-properties":"error","unicorn/prefer-object-from-entries":"error","unicorn/prefer-optional-catch-binding":"error","unicorn/prefer-prototype-methods":"error","unicorn/prefer-query-selector":"error","unicorn/prefer-reflect-apply":"error","unicorn/prefer-regexp-test":"error","unicorn/prefer-response-static-json":"error","unicorn/prefer-set-has":"error","unicorn/prefer-set-size":"error","unicorn/prefer-simple-condition-first":"error","unicorn/prefer-single-call":"error","unicorn/prefer-spread":"error","unicorn/prefer-string-raw":"error","unicorn/prefer-string-replace-all":"error","unicorn/prefer-string-slice":"error","unicorn/prefer-string-starts-ends-with":"error","unicorn/prefer-string-trim-start-end":"error","unicorn/prefer-structured-clone":"error","unicorn/prefer-switch":"error","unicorn/prefer-ternary":"error","unicorn/prefer-top-level-await":"error","unicorn/prefer-type-error":"error","unicorn/prevent-abbreviations":"error","unicorn/relative-url-style":"error","unicorn/require-array-join-separator":"error","unicorn/require-module-attributes":"error","unicorn/require-module-specifiers":"error","unicorn/require-number-to-fixed-digits-argument":"error","unicorn/require-post-message-target-origin":"error","unicorn/string-content":"error","unicorn/switch-case-braces":"error","unicorn/switch-case-break-position":"error","unicorn/template-indent":"off","unicorn/text-encoding-identifier-case":"error","unicorn/throw-new-error":"error","lodash/callback-binding":"error","lodash/chain-style":[2,"as-needed"],"lodash/chaining":"error","lodash/collection-method-value":"error","lodash/collection-ordering":"error","lodash/collection-return":"error","lodash/consistent-compose":[2,"flow"],"lodash/identity-shorthand":[2,"always"],"lodash/import-scope":[2,"method"],"lodash/matches-prop-shorthand":[2,"always"],"lodash/matches-shorthand":[2,"always",3],"lodash/no-commit":"error","lodash/no-double-unwrap":"error","lodash/no-extra-args":"error","lodash/no-unbound-this":"error","lodash/path-style":[2,"array"],"lodash/prefer-compact":"error","lodash/prefer-constant":"error","lodash/prefer-filter":"error","lodash/prefer-find":"error","lodash/prefer-flat-map":"error","lodash/prefer-get":"error","lodash/prefer-immutable-method":"error","lodash/prefer-includes":[2,{includeNative:!0}],"lodash/prefer-invoke-map":"error","lodash/prefer-is-nil":"error","lodash/prefer-lodash-chain":"error","lodash/prefer-lodash-method":"error","lodash/prefer-lodash-typecheck":"error","lodash/prefer-map":"error","lodash/prefer-matches":"error","lodash/prefer-noop":"error","lodash/prefer-over-quantifier":"error","lodash/prefer-reject":"error","lodash/prefer-some":[2,{includeNative:!0}],"lodash/prefer-startswith":"error","lodash/prefer-thru":"error","lodash/prefer-times":"error","lodash/prefer-wrapper-method":"error","lodash/preferred-alias":"error","lodash/prop-shorthand":[2,"always"],"lodash/unwrap":"error","sonar/anchor-precedence":"error","sonar/argument-type":"error","sonar/arguments-order":"error","sonar/arguments-usage":"error","sonar/array-callback-without-return":"error","sonar/array-constructor":"error","sonar/arrow-function-convention":"off","sonar/assertions-in-tests":"error","sonar/aws-apigateway-public-api":"error","sonar/aws-ec2-rds-dms-public":"error","sonar/aws-ec2-unencrypted-ebs-volume":"error","sonar/aws-efs-unencrypted":"error","sonar/aws-iam-all-privileges":"error","sonar/aws-iam-all-resources-accessible":"error","sonar/aws-iam-privilege-escalation":"error","sonar/aws-iam-public-access":"error","sonar/aws-opensearchservice-domain":"error","sonar/aws-rds-unencrypted-databases":"error","sonar/aws-restricted-ip-admin-access":"error","sonar/aws-s3-bucket-granted-access":"error","sonar/aws-s3-bucket-insecure-http":"error","sonar/aws-s3-bucket-public-access":"error","sonar/aws-s3-bucket-versioning":"error","sonar/aws-sagemaker-unencrypted-notebook":"error","sonar/aws-sns-unencrypted-topics":"error","sonar/aws-sqs-unencrypted-queue":"error","sonar/bitwise-operators":"error","sonar/block-scoped-var":"error","sonar/bool-param-default":"error","sonar/call-argument-line":"error","sonar/chai-determinate-assertion":"error","sonar/class-name":"error","sonar/class-prototype":"error","sonar/code-eval":"error","sonar/cognitive-complexity":"error","sonar/comma-or-logical-or-case":"error","sonar/comment-regex":"off","sonar/concise-regex":"error","sonar/confidential-information-logging":"error","sonar/constructor-for-side-effects":"error","sonar/content-length":"error","sonar/content-security-policy":"error","sonar/cookie-no-httponly":"error","sonar/cors":"error","sonar/csrf":"error","sonar/cyclomatic-complexity":"off","sonar/declarations-in-global-scope":"error","sonar/deprecation":"error","sonar/destructuring-assignment-syntax":"error","sonar/different-types-comparison":"error","sonar/disabled-auto-escaping":"error","sonar/disabled-resource-integrity":"error","sonar/disabled-timeout":"error","sonar/duplicates-in-character-class":"error","sonar/dynamically-constructed-templates":"error","sonar/elseif-without-else":"error","sonar/empty-string-repetition":"error","sonar/encryption-secure-mode":"error","sonar/existing-groups":"error","sonar/expression-complexity":"error","sonar/file-header":"off","sonar/file-name-differ-from-class":"error","sonar/file-permissions":"error","sonar/file-uploads":"error","sonar/fixme-tag":"error","sonar/for-in":"error","sonar/for-loop-increment-sign":"error","sonar/frame-ancestors":"error","sonar/function-inside-loop":"error","sonar/function-name":["error",{format:"^(?:[a-z][a-zA-Z0-9]*|[A-Z][A-Z0-9]*)$"}],"sonar/function-return-type":"off","sonar/future-reserved-words":"error","sonar/generator-without-yield":"error","sonar/hardcoded-secret-signatures":"error","sonar/hashing":"error","sonar/hidden-files":"error","sonar/in-operator-type-error":"error","sonar/inconsistent-function-call":"error","sonar/index-of-compare-to-positive-number":"error","sonar/insecure-cookie":"error","sonar/insecure-jwt-token":"error","sonar/inverted-assertion-arguments":"error","sonar/jsx-no-leaked-render":"error","sonar/label-position":"error","sonar/link-with-target-blank":"error","sonar/max-lines":"error","sonar/max-lines-per-function":"error","sonar/max-switch-cases":"error","sonar/max-union-size":"off","sonar/misplaced-loop-counter":"error","sonar/nested-control-flow":"error","sonar/new-operator-misuse":"error","sonar/no-all-duplicated-branches":"error","sonar/no-alphabetical-sort":"error","sonar/no-angular-bypass-sanitization":"error","sonar/no-array-delete":"error","sonar/no-associative-arrays":"error","sonar/no-async-constructor":"error","sonar/no-built-in-override":"error","sonar/no-case-label-in-switch":"error","sonar/no-clear-text-protocols":"error","sonar/no-code-after-done":"error","sonar/no-collapsible-if":"error","sonar/no-collection-size-mischeck":"error","sonar/no-commented-code":"error","sonar/no-control-regex":"error","sonar/no-dead-store":"error","sonar/no-delete-var":"error","sonar/no-duplicate-in-composite":"error","sonar/no-duplicate-string":"error","sonar/no-duplicated-branches":"error","sonar/no-element-overwrite":"error","sonar/no-empty-after-reluctant":"error","sonar/no-empty-alternatives":"error","sonar/no-empty-character-class":"error","sonar/no-empty-collection":"error","sonar/no-empty-group":"error","sonar/no-empty-test-file":"error","sonar/no-equals-in-for-termination":"error","sonar/no-exclusive-tests":"error","sonar/no-extra-arguments":"error","sonar/no-fallthrough":"error","sonar/no-for-in-iterable":"error","sonar/no-function-declaration-in-block":"error","sonar/no-global-this":"error","sonar/no-globals-shadowing":"error","sonar/no-gratuitous-expressions":"error","sonar/no-hardcoded-ip":"error","sonar/no-hardcoded-passwords":"error","sonar/no-hardcoded-secrets":"error","sonar/no-hook-setter-in-body":"error","sonar/no-identical-conditions":"error","sonar/no-identical-expressions":"error","sonar/no-identical-functions":"error","sonar/no-ignored-exceptions":"error","sonar/no-ignored-return":"error","sonar/no-implicit-dependencies":"off","sonar/no-implicit-global":"error","sonar/no-in-misuse":"error","sonar/no-incomplete-assertions":"error","sonar/no-inconsistent-returns":"off","sonar/no-incorrect-string-concat":"error","sonar/no-internal-api-use":"error","sonar/no-intrusive-permissions":"error","sonar/no-invalid-regexp":"error","sonar/no-invariant-returns":"error","sonar/no-inverted-boolean-check":"error","sonar/no-ip-forward":"error","sonar/no-labels":"error","sonar/no-literal-call":"error","sonar/no-mime-sniff":"error","sonar/no-misleading-array-reverse":"error","sonar/no-misleading-character-class":"error","sonar/no-mixed-content":"error","sonar/no-nested-assignment":"error","sonar/no-nested-conditional":"error","sonar/no-nested-functions":"error","sonar/no-nested-incdec":"error","sonar/no-nested-switch":"error","sonar/no-nested-template-literals":"error","sonar/no-os-command-from-path":"error","sonar/no-parameter-reassignment":"error","sonar/no-primitive-wrappers":"error","sonar/no-redundant-assignments":"error","sonar/no-redundant-boolean":"error","sonar/no-redundant-jump":"error","sonar/no-redundant-optional":"error","sonar/no-reference-error":"off","sonar/no-referrer-policy":"error","sonar/no-regex-spaces":"error","sonar/no-require-or-define":"error","sonar/no-return-type-any":"error","sonar/no-same-argument-assert":"error","sonar/no-same-line-conditional":"error","sonar/no-selector-parameter":"error","sonar/no-session-cookies-on-static-assets":"error","sonar/no-skipped-tests":"error","sonar/no-small-switch":"error","sonar/no-sonar-comments":"error","sonar/no-table-as-layout":"error","sonar/no-try-promise":"error","sonar/no-undefined-argument":"error","sonar/no-undefined-assignment":"off","sonar/no-unenclosed-multiline-block":"error","sonar/no-uniq-key":"error","sonar/no-unsafe-unzip":"error","sonar/no-unthrown-error":"error","sonar/no-unused-collection":"error","sonar/no-unused-function-argument":"error","sonar/no-unused-vars":"error","sonar/no-use-of-empty-return-value":"error","sonar/no-useless-catch":"error","sonar/no-useless-increment":"error","sonar/no-useless-intersection":"error","sonar/no-useless-react-setstate":"error","sonar/no-variable-usage-before-declaration":"error","sonar/no-weak-cipher":"error","sonar/no-weak-keys":"error","sonar/no-wildcard-import":"error","sonar/non-existent-operator":"error","sonar/non-number-in-arithmetic-expression":"error","sonar/null-dereference":"error","sonar/object-alt-content":"error","sonar/operation-returning-nan":"error","sonar/os-command":"error","sonar/post-message":"error","sonar/prefer-default-last":"error","sonar/prefer-immediate-return":"error","sonar/prefer-object-literal":"error","sonar/prefer-promise-shorthand":"error","sonar/prefer-read-only-props":"error","sonar/prefer-regexp-exec":"error","sonar/prefer-single-boolean-return":"error","sonar/prefer-type-guard":"error","sonar/prefer-while":"error","sonar/production-debug":"error","sonar/pseudo-random":"error","sonar/public-static-readonly":"error","sonar/publicly-writable-directories":"error","sonar/reduce-initial-value":"error","sonar/redundant-type-aliases":"error","sonar/regex-complexity":"error","sonar/review-blockchain-mnemonic":"error","sonar/session-regeneration":"error","sonar/shorthand-property-grouping":"off","sonar/single-char-in-character-classes":"error","sonar/single-character-alternation":"error","sonar/slow-regex":"error","sonar/sql-queries":"error","sonar/stable-tests":"error","sonar/stateful-regex":"error","sonar/strict-transport-security":"error","sonar/strings-comparison":"error","sonar/table-header":"error","sonar/table-header-reference":"error","sonar/test-check-exception":"error","sonar/todo-tag":"off","sonar/too-many-break-or-continue-in-loop":"error","sonar/unicode-aware-regex":"error","sonar/unused-import":"error","sonar/unused-named-groups":"error","sonar/unverified-certificate":"error","sonar/unverified-hostname":"error","sonar/updated-const-var":"error","sonar/updated-loop-counter":"error","sonar/use-type-alias":"error","sonar/values-not-convertible-to-numbers":"error","sonar/variable-name":"error","sonar/void-use":"error","sonar/weak-ssl":"error","sonar/x-powered-by":"error","sonar/xml-parser-xxe":"error","perfectionist/sort-array-includes":"error","perfectionist/sort-classes":"error","perfectionist/sort-decorators":"error","perfectionist/sort-enums":"error","perfectionist/sort-export-attributes":"error","perfectionist/sort-exports":"error","perfectionist/sort-heritage-clauses":"error","perfectionist/sort-import-attributes":"error","perfectionist/sort-imports":"error","perfectionist/sort-interfaces":"error","perfectionist/sort-intersection-types":"error","perfectionist/sort-jsx-props":["error",{fallbackSort:{order:"asc",type:"alphabetical"},order:"asc",type:"line-length"}],"perfectionist/sort-maps":"error","perfectionist/sort-modules":"error","perfectionist/sort-named-exports":"error","perfectionist/sort-named-imports":"error","perfectionist/sort-object-types":"error","perfectionist/sort-objects":["error",{partitionByComment:!0}],"perfectionist/sort-sets":"error","perfectionist/sort-switch-case":["error",{order:"asc",type:"alphabetical"}],"perfectionist/sort-union-types":"error","perfectionist/sort-variable-declarations":["error",{order:"asc",type:"alphabetical"}],"@tanstack/query/exhaustive-deps":"error","@tanstack/query/infinite-query-property-order":"error","@tanstack/query/mutation-property-order":"error","@tanstack/query/no-rest-destructuring":"error","@tanstack/query/no-unstable-deps":"error","@tanstack/query/no-void-query-fn":"error","@tanstack/query/stable-query-client":"error","@tanstack/router/create-route-property-order":"error","@tanstack/router/route-param-names":"error","a11y/alt-text":"error","a11y/anchor-ambiguous-text":"error","a11y/anchor-has-content":"error","a11y/anchor-is-valid":"error","a11y/aria-activedescendant-has-tabindex":"error","a11y/aria-props":"error","a11y/aria-proptypes":"error","a11y/aria-role":"error","a11y/aria-unsupported-elements":"error","a11y/autocomplete-valid":"error","a11y/click-events-have-key-events":"error","a11y/control-has-associated-label":"off","a11y/heading-has-content":"error","a11y/html-has-lang":"error","a11y/iframe-has-title":"error","a11y/img-redundant-alt":"error","a11y/interactive-supports-focus":"error","a11y/label-has-associated-control":"error","a11y/lang":"error","a11y/media-has-caption":"off","a11y/mouse-events-have-key-events":"error","a11y/no-access-key":"error","a11y/no-aria-hidden-on-focusable":"error","a11y/no-autofocus":"error","a11y/no-distracting-elements":"error","a11y/no-interactive-element-to-noninteractive-role":"error","a11y/no-noninteractive-element-interactions":"error","a11y/no-noninteractive-element-to-interactive-role":"error","a11y/no-noninteractive-tabindex":"error","a11y/no-redundant-roles":"error","a11y/no-static-element-interactions":"error","a11y/prefer-tag-over-role":"error","a11y/role-has-required-aria-props":"error","a11y/role-supports-aria-props":"error","a11y/scope":"error","a11y/tabindex-no-positive":"error","cspell/spellchecker":["error",{cspell:{words:["tauri","Applynetic","julianday","typicode","toolbelt","taze","ethang","TSESTree","Boop","cldr","astro","laravel","qwik","sitecore","uswds","mediat","Packt","Academind","Udemy","Colte","Bootcamp","HTMX","MERN","Nuxt","Credly","Sterett","Beyonder","hotspot","lqip","Hawn","nextui","speculationrules","zustand","vinxi","datasource","turso","supabase","solidjs","labelledby","svix","blockqoute","cortexjs","mathrm","nums","lifecycles","krausest","Signalis","Plass","Iteree","Sonner","cmdk","ngsw","dexie","leetcode","ngsrc","sindresorhus","rogan","heroui","millis","duckdb","pthread","remeda","radash","noto","nosniff","SAMEORIGIN","starcoder","logprobs","sealioning","swebok","pluralsight","skillset","junie","Flexbox","reflogs","Comeau","autodocs","agentic","pico","shiki","vinext","vibing","vibed","Microslop","influencers","headspace","PTSD"]}}]}},{files:["**/*.md"],plugins:{markdown:f},rules:{"markdown/fenced-code-language":"error","markdown/fenced-code-meta":"error","markdown/heading-increment":"error","markdown/no-bare-urls":"error","markdown/no-duplicate-definitions":"error","markdown/no-duplicate-headings":"error","markdown/no-empty-definitions":"error","markdown/no-empty-images":"error","markdown/no-empty-links":"error","markdown/no-html":"error","markdown/no-invalid-label-refs":"error","markdown/no-missing-atx-heading-space":"error","markdown/no-missing-label-refs":"error","markdown/no-missing-link-fragments":"error","markdown/no-multiple-h1":"error","markdown/no-reference-like-urls":"error","markdown/no-reversed-media-syntax":"error","markdown/no-space-in-emphasis":"error","markdown/no-unused-definitions":"error","markdown/require-alt-text":"error","markdown/table-column-count":"error"}},{files:["**/*.css"],language:"css/css",plugins:{css:p},rules:{"css/font-family-fallbacks":"error","css/no-duplicate-imports":"error","css/no-duplicate-keyframe-selectors":"error","css/no-empty-blocks":"error","css/no-important":"error","css/no-invalid-at-rule-placement":"error","css/no-invalid-at-rules":"off","css/no-invalid-named-grid-areas":"error","css/no-invalid-properties":"error","css/no-unmatchable-selectors":"error","css/prefer-logical-properties":"error","css/relative-font-units":"error","css/selector-complexity":"error","css/use-baseline":["error",{available:"newly"}],"css/use-layers":"error"}},{files:["**/*.json"],language:"json/json",plugins:{json:r},rules:{"json/no-duplicate-keys":"error","json/no-empty-keys":"error","json/no-unnormalized-keys":"error","json/no-unsafe-values":"error","json/sort-keys":"error","json/top-level-interop":"error"}},{files:["**/*.jsonc"],language:"json/jsonc",plugins:{json:r},rules:{"json/no-duplicate-keys":"error","json/no-empty-keys":"error","json/no-unnormalized-keys":"error","json/no-unsafe-values":"error","json/sort-keys":"error","json/top-level-interop":"error"}},{files:["**/*.json5"],language:"json/json5",plugins:{json:r},rules:{"json/no-duplicate-keys":"error","json/no-empty-keys":"error","json/no-unnormalized-keys":"error","json/no-unsafe-values":"error","json/sort-keys":"error","json/top-level-interop":"error"}},l,u);export{O as default};
|
|
1
|
+
import{a as o,b as r}from"./chunk-6GP5IJXA.js";import{defineConfig as n,globalIgnores as s}from"eslint/config";import{fixupPluginRules as t}from"@eslint/compat";import a from"eslint-plugin-jsx-a11y";import i from"eslint-plugin-compat";import c from"@cspell/eslint-plugin";import p from"@eslint/css";import l from"eslint-config-prettier";import u from"eslint-plugin-prettier/recommended";import e from"@eslint/json";import d from"eslint-plugin-lodash";import f from"@eslint/markdown";import m from"eslint-plugin-perfectionist";import y from"eslint-plugin-sonarjs";import g from"@tanstack/eslint-plugin-query";import h from"@tanstack/eslint-plugin-router";import b from"typescript-eslint";import v from"eslint-plugin-unicorn";var O=n(s(o),{files:["**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts}"],languageOptions:r,settings:{react:{version:"19.2.4"}},plugins:{compat:i,"@typescript-eslint":b.plugin,unicorn:v,lodash:t(d),sonar:y,perfectionist:m,"@tanstack/query":g,"@tanstack/router":h,a11y:a,cspell:c},rules:{"compat/compat":"error","accessor-pairs":"error","array-callback-return":"error","arrow-body-style":["error","always"],"block-scoped-var":"error",camelcase:"off","capitalized-comments":"off","class-methods-use-this":"off",complexity:"off","consistent-return":"off","consistent-this":"off","constructor-super":"error",curly:"off","default-case":"off","default-case-last":"off","default-param-last":"off","dot-notation":"off",eqeqeq:"error","for-direction":"error","func-name-matching":"error","func-names":"off","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":"error","grouped-accessor-pairs":"error","guard-for-in":"error","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","logical-assignment-operators":"error","max-classes-per-file":"error","max-depth":"error","max-lines":"off","max-lines-per-function":"off","max-nested-callbacks":"error","max-params":"off","max-statements":"off","new-cap":"off","no-alert":"error","no-array-constructor":"off","no-async-promise-executor":"error","no-await-in-loop":"error","no-bitwise":"error","no-caller":"error","no-case-declarations":"error","no-class-assign":"error","no-compare-neg-zero":"error","no-cond-assign":"error","no-console":"error","no-const-assign":"error","no-constant-binary-expression":"error","no-constant-condition":"error","no-constructor-return":"error","no-continue":"error","no-control-regex":"error","no-debugger":"error","no-delete-var":"error","no-div-regex":"error","no-dupe-args":"error","no-dupe-class-members":"off","no-dupe-else-if":"error","no-dupe-keys":"error","no-duplicate-case":"error","no-duplicate-imports":"error","no-else-return":"error","no-empty":"error","no-empty-character-class":"error","no-empty-function":"off","no-empty-pattern":"error","no-empty-static-block":"error","no-eq-null":"error","no-eval":"error","no-ex-assign":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-boolean-cast":"error","no-extra-label":"error","no-fallthrough":"error","no-func-assign":"error","no-global-assign":"error","no-implicit-coercion":"error","no-implicit-globals":"off","no-implied-eval":"off","no-import-assign":"error","no-inline-comments":"off","no-inner-declarations":"error","no-invalid-regexp":"error","no-invalid-this":"error","no-irregular-whitespace":"error","no-iterator":"error","no-label-var":"error","no-labels":"error","no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-loss-of-precision":"error","no-magic-numbers":"off","no-misleading-character-class":"error","no-multi-assign":"error","no-multi-str":"error","no-negated-condition":"error","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-new-native-nonconstructor":"error","no-new-wrappers":"error","no-nonoctal-decimal-escape":"error","no-obj-calls":"error","no-object-constructor":"error","no-octal":"error","no-octal-escape":"error","no-param-reassign":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-prototype-builtins":"error","no-redeclare":"off","no-regex-spaces":"error","no-restricted-exports":"off","no-restricted-globals":"off","no-restricted-imports":"off","no-restricted-properties":"off","no-restricted-syntax":"off","no-return-assign":"error","no-script-url":"error","no-self-assign":"error","no-self-compare":"error","no-sequences":"error","no-setter-return":"error","no-shadow":"off","no-shadow-restricted-names":"error","no-sparse-arrays":"error","no-template-curly-in-string":"off","no-ternary":"off","no-this-before-super":"error","no-throw-literal":"off","no-unassigned-vars":"error","no-undef":"off","no-undef-init":"error","no-undefined":"off","no-underscore-dangle":"off","no-unexpected-multiline":"off","no-unmodified-loop-condition":"error","no-unneeded-ternary":"error","no-unreachable":"error","no-unreachable-loop":"error","no-unsafe-finally":"error","no-unsafe-negation":"error","no-unsafe-optional-chaining":["error",{disallowArithmeticOperators:!0}],"no-unused-expressions":"off","no-unused-labels":"error","no-unused-private-class-members":"error","no-unused-vars":"off","no-use-before-define":"off","no-useless-assignment":"off","no-useless-backreference":"error","no-useless-call":"error","no-useless-catch":"error","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"off","no-useless-escape":"error","no-useless-rename":"error","no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":"off","no-with":"error","object-shorthand":"error","one-var":"off","operator-assignment":"error","prefer-arrow-callback":"off","prefer-const":"error","prefer-destructuring":"off","prefer-exponentiation-operator":"error","prefer-named-capture-group":"error","prefer-numeric-literals":"error","prefer-object-has-own":"error","prefer-object-spread":"error","prefer-promise-reject-errors":"off","prefer-regex-literals":"error","prefer-rest-params":"error","prefer-spread":"error","prefer-template":"error","preserve-caught-error":"error",radix:"error","require-atomic-updates":"error","require-await":"off","require-unicode-regexp":"error","require-yield":"error","sort-imports":"off","sort-keys":"off","sort-vars":"error",strict:"error","symbol-description":"error","unicode-bom":"error","use-isnan":"error","valid-typeof":"error","vars-on-top":"error",yoda:["error","always"],"@typescript-eslint/adjacent-overload-signatures":"off","@typescript-eslint/array-type":"error","@typescript-eslint/await-thenable":"error","@typescript-eslint/ban-ts-comment":"error","@typescript-eslint/ban-tslint-comment":"error","@typescript-eslint/class-literal-property-style":"error","@typescript-eslint/class-methods-use-this":"off","@typescript-eslint/consistent-generic-constructors":"error","@typescript-eslint/consistent-indexed-object-style":"error","@typescript-eslint/consistent-return":"off","@typescript-eslint/consistent-type-assertions":"error","@typescript-eslint/consistent-type-definitions":["error","type"],"@typescript-eslint/consistent-type-exports":"error","@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/default-param-last":"error","@typescript-eslint/dot-notation":"error","@typescript-eslint/explicit-function-return-type":"off","@typescript-eslint/explicit-member-accessibility":"error","@typescript-eslint/explicit-module-boundary-types":"off","@typescript-eslint/init-declarations":"off","@typescript-eslint/max-params":"off","@typescript-eslint/member-ordering":"off","@typescript-eslint/method-signature-style":"error","@typescript-eslint/naming-convention":"off","@typescript-eslint/no-array-constructor":"error","@typescript-eslint/no-array-delete":"error","@typescript-eslint/no-base-to-string":"error","@typescript-eslint/no-confusing-non-null-assertion":"error","@typescript-eslint/no-confusing-void-expression":"error","@typescript-eslint/no-deprecated":"error","@typescript-eslint/no-dupe-class-members":"off","@typescript-eslint/no-duplicate-enum-values":"error","@typescript-eslint/no-duplicate-type-constituents":"error","@typescript-eslint/no-dynamic-delete":"error","@typescript-eslint/no-empty-function":"error","@typescript-eslint/no-empty-object-type":"error","@typescript-eslint/no-explicit-any":"error","@typescript-eslint/no-extra-non-null-assertion":"error","@typescript-eslint/no-extraneous-class":"error","@typescript-eslint/no-floating-promises":"error","@typescript-eslint/no-for-in-array":"error","@typescript-eslint/no-implied-eval":"error","@typescript-eslint/no-import-type-side-effects":"error","@typescript-eslint/no-inferrable-types":"error","@typescript-eslint/no-invalid-this":"off","@typescript-eslint/no-invalid-void-type":"error","@typescript-eslint/no-loop-func":"error","@typescript-eslint/no-magic-numbers":"off","@typescript-eslint/no-meaningless-void-operator":"error","@typescript-eslint/no-misused-new":"error","@typescript-eslint/no-misused-promises":"error","@typescript-eslint/no-misused-spread":"error","@typescript-eslint/no-mixed-enums":"error","@typescript-eslint/no-namespace":"error","@typescript-eslint/no-non-null-asserted-nullish-coalescing":"error","@typescript-eslint/no-non-null-asserted-optional-chain":"error","@typescript-eslint/no-non-null-assertion":"error","@typescript-eslint/no-redeclare":"off","@typescript-eslint/no-redundant-type-constituents":"error","@typescript-eslint/no-require-imports":"error","@typescript-eslint/no-restricted-imports":"error","@typescript-eslint/no-restricted-types":"error","@typescript-eslint/no-shadow":"error","@typescript-eslint/no-this-alias":"error","@typescript-eslint/no-unnecessary-boolean-literal-compare":"error","@typescript-eslint/no-unnecessary-condition":"error","@typescript-eslint/no-unnecessary-parameter-property-assignment":"error","@typescript-eslint/no-unnecessary-qualifier":"error","@typescript-eslint/no-unnecessary-template-expression":"error","@typescript-eslint/no-unnecessary-type-arguments":"error","@typescript-eslint/no-unnecessary-type-assertion":"error","@typescript-eslint/no-unnecessary-type-constraint":"error","@typescript-eslint/no-unnecessary-type-conversion":"error","@typescript-eslint/no-unnecessary-type-parameters":"off","@typescript-eslint/no-unsafe-argument":"error","@typescript-eslint/no-unsafe-assignment":"error","@typescript-eslint/no-unsafe-call":"error","@typescript-eslint/no-unsafe-declaration-merging":"error","@typescript-eslint/no-unsafe-enum-comparison":"error","@typescript-eslint/no-unsafe-function-type":"error","@typescript-eslint/no-unsafe-member-access":"error","@typescript-eslint/no-unsafe-return":"error","@typescript-eslint/no-unsafe-type-assertion":"error","@typescript-eslint/no-unsafe-unary-minus":"error","@typescript-eslint/no-unused-expressions":"error","@typescript-eslint/no-unused-private-class-members":"error","@typescript-eslint/no-unused-vars":["error",{args:"all",argsIgnorePattern:"^_",caughtErrors:"all",caughtErrorsIgnorePattern:"^_",destructuredArrayIgnorePattern:"^_",ignoreRestSiblings:!0,varsIgnorePattern:"^_"}],"@typescript-eslint/no-use-before-define":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-useless-default-assignment":"error","@typescript-eslint/no-useless-empty-export":"error","@typescript-eslint/no-wrapper-object-types":"error","@typescript-eslint/non-nullable-type-assertion-style":"error","@typescript-eslint/only-throw-error":"error","@typescript-eslint/parameter-properties":"off","@typescript-eslint/prefer-as-const":"error","@typescript-eslint/prefer-destructuring":"error","@typescript-eslint/prefer-enum-initializers":"error","@typescript-eslint/prefer-find":"error","@typescript-eslint/prefer-for-of":"error","@typescript-eslint/prefer-function-type":"error","@typescript-eslint/prefer-includes":"error","@typescript-eslint/prefer-literal-enum-member":"error","@typescript-eslint/prefer-namespace-keyword":"error","@typescript-eslint/prefer-nullish-coalescing":"error","@typescript-eslint/prefer-optional-chain":"error","@typescript-eslint/prefer-promise-reject-errors":"error","@typescript-eslint/prefer-readonly":"error","@typescript-eslint/prefer-readonly-parameter-types":"off","@typescript-eslint/prefer-reduce-type-parameter":"error","@typescript-eslint/prefer-regexp-exec":"error","@typescript-eslint/prefer-return-this-type":"error","@typescript-eslint/prefer-string-starts-ends-with":"error","@typescript-eslint/promise-function-async":"error","@typescript-eslint/related-getter-setter-pairs":"error","@typescript-eslint/require-array-sort-compare":"error","@typescript-eslint/require-await":"error","@typescript-eslint/restrict-plus-operands":"error","@typescript-eslint/restrict-template-expressions":"error","@typescript-eslint/return-await":"error","@typescript-eslint/strict-boolean-expressions":"error","@typescript-eslint/strict-void-return":"error","@typescript-eslint/switch-exhaustiveness-check":"error","@typescript-eslint/triple-slash-reference":"error","@typescript-eslint/unbound-method":"error","@typescript-eslint/unified-signatures":"error","@typescript-eslint/use-unknown-in-catch-callback-variable":"error","unicorn/better-regex":"error","unicorn/catch-error-name":"error","unicorn/consistent-assert":"error","unicorn/consistent-date-clone":"error","unicorn/consistent-destructuring":"error","unicorn/consistent-empty-array-spread":"error","unicorn/consistent-existence-index-check":"error","unicorn/consistent-function-scoping":"error","unicorn/consistent-template-literal-escape":"error","unicorn/custom-error-definition":"error","unicorn/empty-brace-spaces":"off","unicorn/error-message":"error","unicorn/escape-case":"error","unicorn/expiring-todo-comments":"error","unicorn/explicit-length-check":"off","unicorn/filename-case":"error","unicorn/import-style":"error","unicorn/isolated-functions":"error","unicorn/new-for-builtins":"error","unicorn/no-abusive-eslint-disable":"error","unicorn/no-accessor-recursion":"error","unicorn/no-anonymous-default-export":"error","unicorn/no-array-callback-reference":"error","unicorn/no-array-for-each":"error","unicorn/no-array-method-this-argument":"error","unicorn/no-array-reduce":"error","unicorn/no-array-reverse":"error","unicorn/no-array-sort":"error","unicorn/no-await-expression-member":"error","unicorn/no-await-in-promise-methods":"error","unicorn/no-console-spaces":"error","unicorn/no-document-cookie":"error","unicorn/no-empty-file":"error","unicorn/no-for-loop":"error","unicorn/no-hex-escape":"error","unicorn/no-immediate-mutation":"error","unicorn/no-instanceof-builtins":"error","unicorn/no-invalid-fetch-options":"error","unicorn/no-invalid-remove-event-listener":"error","unicorn/no-keyword-prefix":"off","unicorn/no-lonely-if":"error","unicorn/no-magic-array-flat-depth":"error","unicorn/no-named-default":"error","unicorn/no-negated-condition":"error","unicorn/no-negation-in-equality-check":"error","unicorn/no-nested-ternary":"off","unicorn/no-new-array":"error","unicorn/no-new-buffer":"error","unicorn/no-null":"off","unicorn/no-object-as-default-parameter":"error","unicorn/no-process-exit":"error","unicorn/no-single-promise-in-promise-methods":"error","unicorn/no-static-only-class":"error","unicorn/no-thenable":"error","unicorn/no-this-assignment":"error","unicorn/no-typeof-undefined":"error","unicorn/no-unnecessary-array-flat-depth":"error","unicorn/no-unnecessary-array-splice-count":"error","unicorn/no-unnecessary-await":"error","unicorn/no-unnecessary-polyfills":"error","unicorn/no-unnecessary-slice-end":"error","unicorn/no-unreadable-array-destructuring":"error","unicorn/no-unreadable-iife":"error","unicorn/no-unused-properties":"error","unicorn/no-useless-collection-argument":"error","unicorn/no-useless-error-capture-stack-trace":"error","unicorn/no-useless-fallback-in-spread":"error","unicorn/no-useless-iterator-to-array":"error","unicorn/no-useless-length-check":"error","unicorn/no-useless-promise-resolve-reject":"error","unicorn/no-useless-spread":"error","unicorn/no-useless-switch-case":"error","unicorn/no-useless-undefined":"error","unicorn/no-zero-fractions":"error","unicorn/number-literal-case":"off","unicorn/numeric-separators-style":"error","unicorn/prefer-add-event-listener":"error","unicorn/prefer-array-find":"error","unicorn/prefer-array-flat":"error","unicorn/prefer-array-flat-map":"error","unicorn/prefer-array-index-of":"error","unicorn/prefer-array-some":"error","unicorn/prefer-at":"error","unicorn/prefer-bigint-literals":"error","unicorn/prefer-blob-reading-methods":"error","unicorn/prefer-class-fields":"error","unicorn/prefer-classlist-toggle":"error","unicorn/prefer-code-point":"error","unicorn/prefer-date-now":"error","unicorn/prefer-default-parameters":"error","unicorn/prefer-dom-node-append":"error","unicorn/prefer-dom-node-dataset":"error","unicorn/prefer-dom-node-remove":"error","unicorn/prefer-dom-node-text-content":"error","unicorn/prefer-event-target":"error","unicorn/prefer-export-from":"error","unicorn/prefer-global-this":"error","unicorn/prefer-import-meta-properties":"error","unicorn/prefer-includes":"error","unicorn/prefer-json-parse-buffer":"error","unicorn/prefer-keyboard-event-key":"error","unicorn/prefer-logical-operator-over-ternary":"error","unicorn/prefer-math-min-max":"error","unicorn/prefer-math-trunc":"error","unicorn/prefer-modern-dom-apis":"error","unicorn/prefer-modern-math-apis":"error","unicorn/prefer-module":"error","unicorn/prefer-native-coercion-functions":"error","unicorn/prefer-negative-index":"error","unicorn/prefer-node-protocol":"error","unicorn/prefer-number-properties":"error","unicorn/prefer-object-from-entries":"error","unicorn/prefer-optional-catch-binding":"error","unicorn/prefer-prototype-methods":"error","unicorn/prefer-query-selector":"error","unicorn/prefer-reflect-apply":"error","unicorn/prefer-regexp-test":"error","unicorn/prefer-response-static-json":"error","unicorn/prefer-set-has":"error","unicorn/prefer-set-size":"error","unicorn/prefer-simple-condition-first":"error","unicorn/prefer-single-call":"error","unicorn/prefer-spread":"error","unicorn/prefer-string-raw":"error","unicorn/prefer-string-replace-all":"error","unicorn/prefer-string-slice":"error","unicorn/prefer-string-starts-ends-with":"error","unicorn/prefer-string-trim-start-end":"error","unicorn/prefer-structured-clone":"error","unicorn/prefer-switch":"error","unicorn/prefer-ternary":"error","unicorn/prefer-top-level-await":"error","unicorn/prefer-type-error":"error","unicorn/prevent-abbreviations":"error","unicorn/relative-url-style":"error","unicorn/require-array-join-separator":"error","unicorn/require-module-attributes":"error","unicorn/require-module-specifiers":"error","unicorn/require-number-to-fixed-digits-argument":"error","unicorn/require-post-message-target-origin":"error","unicorn/string-content":"error","unicorn/switch-case-braces":"error","unicorn/switch-case-break-position":"error","unicorn/template-indent":"off","unicorn/text-encoding-identifier-case":"error","unicorn/throw-new-error":"error","lodash/callback-binding":"error","lodash/chain-style":[2,"as-needed"],"lodash/chaining":"error","lodash/collection-method-value":"error","lodash/collection-ordering":"error","lodash/collection-return":"error","lodash/consistent-compose":[2,"flow"],"lodash/identity-shorthand":[2,"always"],"lodash/import-scope":[2,"method"],"lodash/matches-prop-shorthand":[2,"always"],"lodash/matches-shorthand":[2,"always",3],"lodash/no-commit":"error","lodash/no-double-unwrap":"error","lodash/no-extra-args":"error","lodash/no-unbound-this":"error","lodash/path-style":[2,"array"],"lodash/prefer-compact":"error","lodash/prefer-constant":"error","lodash/prefer-filter":"error","lodash/prefer-find":"error","lodash/prefer-flat-map":"error","lodash/prefer-get":"error","lodash/prefer-immutable-method":"error","lodash/prefer-includes":[2,{includeNative:!0}],"lodash/prefer-invoke-map":"error","lodash/prefer-is-nil":"error","lodash/prefer-lodash-chain":"error","lodash/prefer-lodash-method":"error","lodash/prefer-lodash-typecheck":"error","lodash/prefer-map":"error","lodash/prefer-matches":"error","lodash/prefer-noop":"error","lodash/prefer-over-quantifier":"error","lodash/prefer-reject":"error","lodash/prefer-some":[2,{includeNative:!0}],"lodash/prefer-startswith":"error","lodash/prefer-thru":"error","lodash/prefer-times":"error","lodash/prefer-wrapper-method":"error","lodash/preferred-alias":"error","lodash/prop-shorthand":[2,"always"],"lodash/unwrap":"error","sonar/anchor-precedence":"error","sonar/argument-type":"error","sonar/arguments-order":"error","sonar/arguments-usage":"error","sonar/array-callback-without-return":"error","sonar/array-constructor":"error","sonar/arrow-function-convention":"off","sonar/assertions-in-tests":"error","sonar/aws-apigateway-public-api":"error","sonar/aws-ec2-rds-dms-public":"error","sonar/aws-ec2-unencrypted-ebs-volume":"error","sonar/aws-efs-unencrypted":"error","sonar/aws-iam-all-privileges":"error","sonar/aws-iam-all-resources-accessible":"error","sonar/aws-iam-privilege-escalation":"error","sonar/aws-iam-public-access":"error","sonar/aws-opensearchservice-domain":"error","sonar/aws-rds-unencrypted-databases":"error","sonar/aws-restricted-ip-admin-access":"error","sonar/aws-s3-bucket-granted-access":"error","sonar/aws-s3-bucket-insecure-http":"error","sonar/aws-s3-bucket-public-access":"error","sonar/aws-s3-bucket-versioning":"error","sonar/aws-sagemaker-unencrypted-notebook":"error","sonar/aws-sns-unencrypted-topics":"error","sonar/aws-sqs-unencrypted-queue":"error","sonar/bitwise-operators":"error","sonar/block-scoped-var":"error","sonar/bool-param-default":"error","sonar/call-argument-line":"error","sonar/chai-determinate-assertion":"error","sonar/class-name":"error","sonar/class-prototype":"error","sonar/code-eval":"error","sonar/cognitive-complexity":"error","sonar/comma-or-logical-or-case":"error","sonar/comment-regex":"off","sonar/concise-regex":"error","sonar/confidential-information-logging":"error","sonar/constructor-for-side-effects":"error","sonar/content-length":"error","sonar/content-security-policy":"error","sonar/cookie-no-httponly":"error","sonar/cors":"error","sonar/csrf":"error","sonar/cyclomatic-complexity":"off","sonar/declarations-in-global-scope":"error","sonar/deprecation":"error","sonar/destructuring-assignment-syntax":"error","sonar/different-types-comparison":"error","sonar/disabled-auto-escaping":"error","sonar/disabled-resource-integrity":"error","sonar/disabled-timeout":"error","sonar/duplicates-in-character-class":"error","sonar/dynamically-constructed-templates":"error","sonar/elseif-without-else":"error","sonar/empty-string-repetition":"error","sonar/encryption-secure-mode":"error","sonar/existing-groups":"error","sonar/expression-complexity":"error","sonar/file-header":"off","sonar/file-name-differ-from-class":"error","sonar/file-permissions":"error","sonar/file-uploads":"error","sonar/fixme-tag":"error","sonar/for-in":"error","sonar/for-loop-increment-sign":"error","sonar/frame-ancestors":"error","sonar/function-inside-loop":"error","sonar/function-name":["error",{format:"^(?:[a-z][a-zA-Z0-9]*|[A-Z][A-Z0-9]*)$"}],"sonar/function-return-type":"off","sonar/future-reserved-words":"error","sonar/generator-without-yield":"error","sonar/hardcoded-secret-signatures":"error","sonar/hashing":"error","sonar/hidden-files":"error","sonar/in-operator-type-error":"error","sonar/inconsistent-function-call":"error","sonar/index-of-compare-to-positive-number":"error","sonar/insecure-cookie":"error","sonar/insecure-jwt-token":"error","sonar/inverted-assertion-arguments":"error","sonar/jsx-no-leaked-render":"error","sonar/label-position":"error","sonar/link-with-target-blank":"error","sonar/max-lines":"error","sonar/max-lines-per-function":"error","sonar/max-switch-cases":"error","sonar/max-union-size":"off","sonar/misplaced-loop-counter":"error","sonar/nested-control-flow":"error","sonar/new-operator-misuse":"error","sonar/no-all-duplicated-branches":"error","sonar/no-alphabetical-sort":"error","sonar/no-angular-bypass-sanitization":"error","sonar/no-array-delete":"error","sonar/no-associative-arrays":"error","sonar/no-async-constructor":"error","sonar/no-built-in-override":"error","sonar/no-case-label-in-switch":"error","sonar/no-clear-text-protocols":"error","sonar/no-code-after-done":"error","sonar/no-collapsible-if":"error","sonar/no-collection-size-mischeck":"error","sonar/no-commented-code":"error","sonar/no-control-regex":"error","sonar/no-dead-store":"error","sonar/no-delete-var":"error","sonar/no-duplicate-in-composite":"error","sonar/no-duplicate-string":"error","sonar/no-duplicated-branches":"error","sonar/no-element-overwrite":"error","sonar/no-empty-after-reluctant":"error","sonar/no-empty-alternatives":"error","sonar/no-empty-character-class":"error","sonar/no-empty-collection":"error","sonar/no-empty-group":"error","sonar/no-empty-test-file":"error","sonar/no-equals-in-for-termination":"error","sonar/no-exclusive-tests":"error","sonar/no-extra-arguments":"error","sonar/no-fallthrough":"error","sonar/no-for-in-iterable":"error","sonar/no-function-declaration-in-block":"error","sonar/no-global-this":"error","sonar/no-globals-shadowing":"error","sonar/no-gratuitous-expressions":"error","sonar/no-hardcoded-ip":"error","sonar/no-hardcoded-passwords":"error","sonar/no-hardcoded-secrets":"error","sonar/no-hook-setter-in-body":"error","sonar/no-identical-conditions":"error","sonar/no-identical-expressions":"error","sonar/no-identical-functions":"error","sonar/no-ignored-exceptions":"error","sonar/no-ignored-return":"error","sonar/no-implicit-dependencies":"off","sonar/no-implicit-global":"error","sonar/no-in-misuse":"error","sonar/no-incomplete-assertions":"error","sonar/no-inconsistent-returns":"off","sonar/no-incorrect-string-concat":"error","sonar/no-internal-api-use":"error","sonar/no-intrusive-permissions":"error","sonar/no-invalid-regexp":"error","sonar/no-invariant-returns":"error","sonar/no-inverted-boolean-check":"error","sonar/no-ip-forward":"error","sonar/no-labels":"error","sonar/no-literal-call":"error","sonar/no-mime-sniff":"error","sonar/no-misleading-array-reverse":"error","sonar/no-misleading-character-class":"error","sonar/no-mixed-content":"error","sonar/no-nested-assignment":"error","sonar/no-nested-conditional":"error","sonar/no-nested-functions":"error","sonar/no-nested-incdec":"error","sonar/no-nested-switch":"error","sonar/no-nested-template-literals":"error","sonar/no-os-command-from-path":"error","sonar/no-parameter-reassignment":"error","sonar/no-primitive-wrappers":"error","sonar/no-redundant-assignments":"error","sonar/no-redundant-boolean":"error","sonar/no-redundant-jump":"error","sonar/no-redundant-optional":"error","sonar/no-reference-error":"off","sonar/no-referrer-policy":"error","sonar/no-regex-spaces":"error","sonar/no-require-or-define":"error","sonar/no-return-type-any":"error","sonar/no-same-argument-assert":"error","sonar/no-same-line-conditional":"error","sonar/no-selector-parameter":"error","sonar/no-session-cookies-on-static-assets":"error","sonar/no-skipped-tests":"error","sonar/no-small-switch":"error","sonar/no-sonar-comments":"error","sonar/no-table-as-layout":"error","sonar/no-try-promise":"error","sonar/no-undefined-argument":"error","sonar/no-undefined-assignment":"off","sonar/no-unenclosed-multiline-block":"error","sonar/no-uniq-key":"error","sonar/no-unsafe-unzip":"error","sonar/no-unthrown-error":"error","sonar/no-unused-collection":"error","sonar/no-unused-function-argument":"error","sonar/no-unused-vars":"error","sonar/no-use-of-empty-return-value":"error","sonar/no-useless-catch":"error","sonar/no-useless-increment":"error","sonar/no-useless-intersection":"error","sonar/no-useless-react-setstate":"error","sonar/no-variable-usage-before-declaration":"error","sonar/no-weak-cipher":"error","sonar/no-weak-keys":"error","sonar/no-wildcard-import":"error","sonar/non-existent-operator":"error","sonar/non-number-in-arithmetic-expression":"error","sonar/null-dereference":"error","sonar/object-alt-content":"error","sonar/operation-returning-nan":"error","sonar/os-command":"error","sonar/post-message":"error","sonar/prefer-default-last":"error","sonar/prefer-immediate-return":"error","sonar/prefer-object-literal":"error","sonar/prefer-promise-shorthand":"error","sonar/prefer-read-only-props":"error","sonar/prefer-regexp-exec":"error","sonar/prefer-single-boolean-return":"error","sonar/prefer-type-guard":"error","sonar/prefer-while":"error","sonar/production-debug":"error","sonar/pseudo-random":"error","sonar/public-static-readonly":"error","sonar/publicly-writable-directories":"error","sonar/reduce-initial-value":"error","sonar/redundant-type-aliases":"error","sonar/regex-complexity":"error","sonar/review-blockchain-mnemonic":"error","sonar/session-regeneration":"error","sonar/shorthand-property-grouping":"off","sonar/single-char-in-character-classes":"error","sonar/single-character-alternation":"error","sonar/slow-regex":"error","sonar/sql-queries":"error","sonar/stable-tests":"error","sonar/stateful-regex":"error","sonar/strict-transport-security":"error","sonar/strings-comparison":"error","sonar/table-header":"error","sonar/table-header-reference":"error","sonar/test-check-exception":"error","sonar/todo-tag":"off","sonar/too-many-break-or-continue-in-loop":"error","sonar/unicode-aware-regex":"error","sonar/unused-import":"error","sonar/unused-named-groups":"error","sonar/unverified-certificate":"error","sonar/unverified-hostname":"error","sonar/updated-const-var":"error","sonar/updated-loop-counter":"error","sonar/use-type-alias":"error","sonar/values-not-convertible-to-numbers":"error","sonar/variable-name":"error","sonar/void-use":"error","sonar/weak-ssl":"error","sonar/x-powered-by":"error","sonar/xml-parser-xxe":"error","perfectionist/sort-array-includes":"error","perfectionist/sort-classes":"error","perfectionist/sort-decorators":"error","perfectionist/sort-enums":"error","perfectionist/sort-export-attributes":"error","perfectionist/sort-exports":"error","perfectionist/sort-heritage-clauses":"error","perfectionist/sort-import-attributes":"error","perfectionist/sort-imports":"error","perfectionist/sort-interfaces":"error","perfectionist/sort-intersection-types":"error","perfectionist/sort-jsx-props":["error",{fallbackSort:{order:"asc",type:"alphabetical"},order:"asc",type:"line-length"}],"perfectionist/sort-maps":"error","perfectionist/sort-modules":"error","perfectionist/sort-named-exports":"error","perfectionist/sort-named-imports":"error","perfectionist/sort-object-types":"error","perfectionist/sort-objects":["error",{partitionByComment:!0}],"perfectionist/sort-sets":"error","perfectionist/sort-switch-case":["error",{order:"asc",type:"alphabetical"}],"perfectionist/sort-union-types":"error","perfectionist/sort-variable-declarations":["error",{order:"asc",type:"alphabetical"}],"@tanstack/query/exhaustive-deps":"error","@tanstack/query/infinite-query-property-order":"error","@tanstack/query/mutation-property-order":"error","@tanstack/query/no-rest-destructuring":"error","@tanstack/query/no-unstable-deps":"error","@tanstack/query/no-void-query-fn":"error","@tanstack/query/stable-query-client":"error","@tanstack/router/create-route-property-order":"error","@tanstack/router/route-param-names":"error","a11y/alt-text":"error","a11y/anchor-ambiguous-text":"error","a11y/anchor-has-content":"error","a11y/anchor-is-valid":"error","a11y/aria-activedescendant-has-tabindex":"error","a11y/aria-props":"error","a11y/aria-proptypes":"error","a11y/aria-role":"error","a11y/aria-unsupported-elements":"error","a11y/autocomplete-valid":"error","a11y/click-events-have-key-events":"error","a11y/control-has-associated-label":"off","a11y/heading-has-content":"error","a11y/html-has-lang":"error","a11y/iframe-has-title":"error","a11y/img-redundant-alt":"error","a11y/interactive-supports-focus":"error","a11y/label-has-associated-control":"error","a11y/lang":"error","a11y/media-has-caption":"off","a11y/mouse-events-have-key-events":"error","a11y/no-access-key":"error","a11y/no-aria-hidden-on-focusable":"error","a11y/no-autofocus":"error","a11y/no-distracting-elements":"error","a11y/no-interactive-element-to-noninteractive-role":"error","a11y/no-noninteractive-element-interactions":"error","a11y/no-noninteractive-element-to-interactive-role":"error","a11y/no-noninteractive-tabindex":"error","a11y/no-redundant-roles":"error","a11y/no-static-element-interactions":"error","a11y/prefer-tag-over-role":"error","a11y/role-has-required-aria-props":"error","a11y/role-supports-aria-props":"error","a11y/scope":"error","a11y/tabindex-no-positive":"error","cspell/spellchecker":["error",{cspell:{words:["tauri","Applynetic","julianday","typicode","toolbelt","taze","ethang","TSESTree","Boop","cldr","astro","laravel","qwik","sitecore","uswds","mediat","Packt","Academind","Udemy","Colte","Bootcamp","HTMX","MERN","Nuxt","Credly","Sterett","Beyonder","hotspot","lqip","Hawn","nextui","speculationrules","zustand","vinxi","datasource","turso","supabase","solidjs","labelledby","svix","blockqoute","cortexjs","mathrm","nums","lifecycles","krausest","Signalis","Plass","Iteree","Sonner","cmdk","ngsw","dexie","leetcode","ngsrc","sindresorhus","rogan","heroui","millis","duckdb","pthread","remeda","radash","noto","nosniff","SAMEORIGIN","starcoder","logprobs","sealioning","swebok","pluralsight","skillset","junie","Flexbox","reflogs","Comeau","autodocs","agentic","pico","shiki","vinext","vibing","vibed","Microslop","networkidle","testuser","influencers","headspace","PTSD"]}}]}},{files:["**/*.md"],languageOptions:r,settings:{react:{version:"19.2.4"}},plugins:{markdown:f},rules:{"markdown/fenced-code-language":"error","markdown/fenced-code-meta":"error","markdown/heading-increment":"error","markdown/no-bare-urls":"error","markdown/no-duplicate-definitions":"error","markdown/no-duplicate-headings":"error","markdown/no-empty-definitions":"error","markdown/no-empty-images":"error","markdown/no-empty-links":"error","markdown/no-html":"error","markdown/no-invalid-label-refs":"error","markdown/no-missing-atx-heading-space":"error","markdown/no-missing-label-refs":"error","markdown/no-missing-link-fragments":"error","markdown/no-multiple-h1":"error","markdown/no-reference-like-urls":"error","markdown/no-reversed-media-syntax":"error","markdown/no-space-in-emphasis":"error","markdown/no-unused-definitions":"error","markdown/require-alt-text":"error","markdown/table-column-count":"error"}},{files:["**/*.css"],languageOptions:r,settings:{react:{version:"19.2.4"}},language:"css/css",plugins:{css:p},rules:{"css/font-family-fallbacks":"error","css/no-duplicate-imports":"error","css/no-duplicate-keyframe-selectors":"error","css/no-empty-blocks":"error","css/no-important":"error","css/no-invalid-at-rule-placement":"error","css/no-invalid-at-rules":"off","css/no-invalid-named-grid-areas":"error","css/no-invalid-properties":"error","css/no-unmatchable-selectors":"error","css/prefer-logical-properties":"error","css/relative-font-units":"error","css/selector-complexity":"error","css/use-baseline":["error",{available:"newly"}],"css/use-layers":"error"}},{files:["**/*.json"],languageOptions:r,settings:{react:{version:"19.2.4"}},language:"json/json",plugins:{json:e},rules:{"json/no-duplicate-keys":"error","json/no-empty-keys":"error","json/no-unnormalized-keys":"error","json/no-unsafe-values":"error","json/sort-keys":"error","json/top-level-interop":"error"}},{files:["**/*.jsonc"],languageOptions:r,settings:{react:{version:"19.2.4"}},language:"json/jsonc",plugins:{json:e},rules:{"json/no-duplicate-keys":"error","json/no-empty-keys":"error","json/no-unnormalized-keys":"error","json/no-unsafe-values":"error","json/sort-keys":"error","json/top-level-interop":"error"}},{files:["**/*.json5"],languageOptions:r,settings:{react:{version:"19.2.4"}},language:"json/json5",plugins:{json:e},rules:{"json/no-duplicate-keys":"error","json/no-empty-keys":"error","json/no-unnormalized-keys":"error","json/no-unsafe-values":"error","json/sort-keys":"error","json/top-level-interop":"error"}},l,u);export{O as default};
|
|
2
2
|
//# sourceMappingURL=config.main.js.map
|
package/config.main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.main.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { fixupPluginRules } from \"@eslint/compat\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport a11y from \"eslint-plugin-jsx-a11y\";\nimport compat from \"eslint-plugin-compat\";\nimport cspell from \"@cspell/eslint-plugin\";\nimport css from '@eslint/css';\nimport eslintConfigPrettier from \"eslint-config-prettier\";\nimport eslintPluginPrettierRecommended from \"eslint-plugin-prettier/recommended\";\nimport json from \"@eslint/json\";\nimport lodashConfig from \"eslint-plugin-lodash\";\nimport markdown from \"@eslint/markdown\";\nimport perfectionist from \"eslint-plugin-perfectionist\";\nimport sonar from \"eslint-plugin-sonarjs\";\nimport tanstackQuery from \"@tanstack/eslint-plugin-query\";\nimport tanstackRouter from \"@tanstack/eslint-plugin-router\";\nimport tseslint from \"typescript-eslint\";\nimport unicorn from \"eslint-plugin-unicorn\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts}\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},\n plugins: {\n \"compat\": compat,\"@typescript-eslint\": tseslint.plugin,\"unicorn\": unicorn,\"lodash\": fixupPluginRules(lodashConfig),\"sonar\": sonar,\"perfectionist\": perfectionist,\"@tanstack/query\": tanstackQuery,\"@tanstack/router\": tanstackRouter,\"a11y\": a11y,\"cspell\": cspell,\n },\n rules: {\n \"compat/compat\":\"error\",\"accessor-pairs\":\"error\",\"array-callback-return\":\"error\",\"arrow-body-style\":[\"error\",\"always\"],\"block-scoped-var\":\"error\",\"camelcase\":\"off\",\"capitalized-comments\":\"off\",\"class-methods-use-this\":\"off\",\"complexity\":\"off\",\"consistent-return\":\"off\",\"consistent-this\":\"off\",\"constructor-super\":\"error\",\"curly\":\"off\",\"default-case\":\"off\",\"default-case-last\":\"off\",\"default-param-last\":\"off\",\"dot-notation\":\"off\",\"eqeqeq\":\"error\",\"for-direction\":\"error\",\"func-name-matching\":\"error\",\"func-names\":\"off\",\"func-style\":[\"error\",\"declaration\",{\"allowArrowFunctions\":true}],\"getter-return\":\"error\",\"grouped-accessor-pairs\":\"error\",\"guard-for-in\":\"error\",\"id-denylist\":\"off\",\"id-length\":\"off\",\"id-match\":\"off\",\"init-declarations\":\"off\",\"logical-assignment-operators\":\"error\",\"max-classes-per-file\":\"error\",\"max-depth\":\"error\",\"max-lines\":\"off\",\"max-lines-per-function\":\"off\",\"max-nested-callbacks\":\"error\",\"max-params\":\"off\",\"max-statements\":\"off\",\"new-cap\":\"off\",\"no-alert\":\"error\",\"no-array-constructor\":\"off\",\"no-async-promise-executor\":\"error\",\"no-await-in-loop\":\"error\",\"no-bitwise\":\"error\",\"no-caller\":\"error\",\"no-case-declarations\":\"error\",\"no-class-assign\":\"error\",\"no-compare-neg-zero\":\"error\",\"no-cond-assign\":\"error\",\"no-console\":\"error\",\"no-const-assign\":\"error\",\"no-constant-binary-expression\":\"error\",\"no-constant-condition\":\"error\",\"no-constructor-return\":\"error\",\"no-continue\":\"error\",\"no-control-regex\":\"error\",\"no-debugger\":\"error\",\"no-delete-var\":\"error\",\"no-div-regex\":\"error\",\"no-dupe-args\":\"error\",\"no-dupe-class-members\":\"off\",\"no-dupe-else-if\":\"error\",\"no-dupe-keys\":\"error\",\"no-duplicate-case\":\"error\",\"no-duplicate-imports\":\"error\",\"no-else-return\":\"error\",\"no-empty\":\"error\",\"no-empty-character-class\":\"error\",\"no-empty-function\":\"off\",\"no-empty-pattern\":\"error\",\"no-empty-static-block\":\"error\",\"no-eq-null\":\"error\",\"no-eval\":\"error\",\"no-ex-assign\":\"error\",\"no-extend-native\":\"error\",\"no-extra-bind\":\"error\",\"no-extra-boolean-cast\":\"error\",\"no-extra-label\":\"error\",\"no-fallthrough\":\"error\",\"no-func-assign\":\"error\",\"no-global-assign\":\"error\",\"no-implicit-coercion\":\"error\",\"no-implicit-globals\":\"off\",\"no-implied-eval\":\"off\",\"no-import-assign\":\"error\",\"no-inline-comments\":\"off\",\"no-inner-declarations\":\"error\",\"no-invalid-regexp\":\"error\",\"no-invalid-this\":\"error\",\"no-irregular-whitespace\":\"error\",\"no-iterator\":\"error\",\"no-label-var\":\"error\",\"no-labels\":\"error\",\"no-lone-blocks\":\"error\",\"no-lonely-if\":\"error\",\"no-loop-func\":\"error\",\"no-loss-of-precision\":\"error\",\"no-magic-numbers\":\"off\",\"no-misleading-character-class\":\"error\",\"no-multi-assign\":\"error\",\"no-multi-str\":\"error\",\"no-negated-condition\":\"error\",\"no-nested-ternary\":\"error\",\"no-new\":\"error\",\"no-new-func\":\"error\",\"no-new-native-nonconstructor\":\"error\",\"no-new-wrappers\":\"error\",\"no-nonoctal-decimal-escape\":\"error\",\"no-obj-calls\":\"error\",\"no-object-constructor\":\"error\",\"no-octal\":\"error\",\"no-octal-escape\":\"error\",\"no-param-reassign\":\"error\",\"no-plusplus\":\"error\",\"no-promise-executor-return\":\"error\",\"no-proto\":\"error\",\"no-prototype-builtins\":\"error\",\"no-redeclare\":\"off\",\"no-regex-spaces\":\"error\",\"no-restricted-exports\":\"off\",\"no-restricted-globals\":\"off\",\"no-restricted-imports\":\"off\",\"no-restricted-properties\":\"off\",\"no-restricted-syntax\":\"off\",\"no-return-assign\":\"error\",\"no-script-url\":\"error\",\"no-self-assign\":\"error\",\"no-self-compare\":\"error\",\"no-sequences\":\"error\",\"no-setter-return\":\"error\",\"no-shadow\":\"off\",\"no-shadow-restricted-names\":\"error\",\"no-sparse-arrays\":\"error\",\"no-template-curly-in-string\":\"off\",\"no-ternary\":\"off\",\"no-this-before-super\":\"error\",\"no-throw-literal\":\"off\",\"no-unassigned-vars\":\"error\",\"no-undef\":\"off\",\"no-undef-init\":\"error\",\"no-undefined\":\"off\",\"no-underscore-dangle\":\"off\",\"no-unexpected-multiline\":\"off\",\"no-unmodified-loop-condition\":\"error\",\"no-unneeded-ternary\":\"error\",\"no-unreachable\":\"error\",\"no-unreachable-loop\":\"error\",\"no-unsafe-finally\":\"error\",\"no-unsafe-negation\":\"error\",\"no-unsafe-optional-chaining\":[\"error\",{\"disallowArithmeticOperators\":true}],\"no-unused-expressions\":\"off\",\"no-unused-labels\":\"error\",\"no-unused-private-class-members\":\"error\",\"no-unused-vars\":\"off\",\"no-use-before-define\":\"off\",\"no-useless-assignment\":\"off\",\"no-useless-backreference\":\"error\",\"no-useless-call\":\"error\",\"no-useless-catch\":\"error\",\"no-useless-computed-key\":\"error\",\"no-useless-concat\":\"error\",\"no-useless-constructor\":\"off\",\"no-useless-escape\":\"error\",\"no-useless-rename\":\"error\",\"no-useless-return\":\"error\",\"no-var\":\"error\",\"no-void\":\"error\",\"no-warning-comments\":\"off\",\"no-with\":\"error\",\"object-shorthand\":\"error\",\"one-var\":\"off\",\"operator-assignment\":\"error\",\"prefer-arrow-callback\":\"off\",\"prefer-const\":\"error\",\"prefer-destructuring\":\"off\",\"prefer-exponentiation-operator\":\"error\",\"prefer-named-capture-group\":\"error\",\"prefer-numeric-literals\":\"error\",\"prefer-object-has-own\":\"error\",\"prefer-object-spread\":\"error\",\"prefer-promise-reject-errors\":\"off\",\"prefer-regex-literals\":\"error\",\"prefer-rest-params\":\"error\",\"prefer-spread\":\"error\",\"prefer-template\":\"error\",\"preserve-caught-error\":\"error\",\"radix\":\"error\",\"require-atomic-updates\":\"error\",\"require-await\":\"off\",\"require-unicode-regexp\":\"error\",\"require-yield\":\"error\",\"sort-imports\":\"off\",\"sort-keys\":\"off\",\"sort-vars\":\"error\",\"strict\":\"error\",\"symbol-description\":\"error\",\"unicode-bom\":\"error\",\"use-isnan\":\"error\",\"valid-typeof\":\"error\",\"vars-on-top\":\"error\",\"yoda\":[\"error\",\"always\"],\"@typescript-eslint/adjacent-overload-signatures\":\"off\",\"@typescript-eslint/array-type\":\"error\",\"@typescript-eslint/await-thenable\":\"error\",\"@typescript-eslint/ban-ts-comment\":\"error\",\"@typescript-eslint/ban-tslint-comment\":\"error\",\"@typescript-eslint/class-literal-property-style\":\"error\",\"@typescript-eslint/class-methods-use-this\":\"off\",\"@typescript-eslint/consistent-generic-constructors\":\"error\",\"@typescript-eslint/consistent-indexed-object-style\":\"error\",\"@typescript-eslint/consistent-return\":\"off\",\"@typescript-eslint/consistent-type-assertions\":\"error\",\"@typescript-eslint/consistent-type-definitions\":[\"error\",\"type\"],\"@typescript-eslint/consistent-type-exports\":\"error\",\"@typescript-eslint/consistent-type-imports\":[\"error\",{\"fixStyle\":\"inline-type-imports\"}],\"@typescript-eslint/default-param-last\":\"error\",\"@typescript-eslint/dot-notation\":\"error\",\"@typescript-eslint/explicit-function-return-type\":\"off\",\"@typescript-eslint/explicit-member-accessibility\":\"error\",\"@typescript-eslint/explicit-module-boundary-types\":\"off\",\"@typescript-eslint/init-declarations\":\"off\",\"@typescript-eslint/max-params\":\"off\",\"@typescript-eslint/member-ordering\":\"off\",\"@typescript-eslint/method-signature-style\":\"error\",\"@typescript-eslint/naming-convention\":\"off\",\"@typescript-eslint/no-array-constructor\":\"error\",\"@typescript-eslint/no-array-delete\":\"error\",\"@typescript-eslint/no-base-to-string\":\"error\",\"@typescript-eslint/no-confusing-non-null-assertion\":\"error\",\"@typescript-eslint/no-confusing-void-expression\":\"error\",\"@typescript-eslint/no-deprecated\":\"error\",\"@typescript-eslint/no-dupe-class-members\":\"off\",\"@typescript-eslint/no-duplicate-enum-values\":\"error\",\"@typescript-eslint/no-duplicate-type-constituents\":\"error\",\"@typescript-eslint/no-dynamic-delete\":\"error\",\"@typescript-eslint/no-empty-function\":\"error\",\"@typescript-eslint/no-empty-object-type\":\"error\",\"@typescript-eslint/no-explicit-any\":\"error\",\"@typescript-eslint/no-extra-non-null-assertion\":\"error\",\"@typescript-eslint/no-extraneous-class\":\"error\",\"@typescript-eslint/no-floating-promises\":\"error\",\"@typescript-eslint/no-for-in-array\":\"error\",\"@typescript-eslint/no-implied-eval\":\"error\",\"@typescript-eslint/no-import-type-side-effects\":\"error\",\"@typescript-eslint/no-inferrable-types\":\"error\",\"@typescript-eslint/no-invalid-this\":\"off\",\"@typescript-eslint/no-invalid-void-type\":\"error\",\"@typescript-eslint/no-loop-func\":\"error\",\"@typescript-eslint/no-magic-numbers\":\"off\",\"@typescript-eslint/no-meaningless-void-operator\":\"error\",\"@typescript-eslint/no-misused-new\":\"error\",\"@typescript-eslint/no-misused-promises\":\"error\",\"@typescript-eslint/no-misused-spread\":\"error\",\"@typescript-eslint/no-mixed-enums\":\"error\",\"@typescript-eslint/no-namespace\":\"error\",\"@typescript-eslint/no-non-null-asserted-nullish-coalescing\":\"error\",\"@typescript-eslint/no-non-null-asserted-optional-chain\":\"error\",\"@typescript-eslint/no-non-null-assertion\":\"error\",\"@typescript-eslint/no-redeclare\":\"off\",\"@typescript-eslint/no-redundant-type-constituents\":\"error\",\"@typescript-eslint/no-require-imports\":\"error\",\"@typescript-eslint/no-restricted-imports\":\"error\",\"@typescript-eslint/no-restricted-types\":\"error\",\"@typescript-eslint/no-shadow\":\"error\",\"@typescript-eslint/no-this-alias\":\"error\",\"@typescript-eslint/no-unnecessary-boolean-literal-compare\":\"error\",\"@typescript-eslint/no-unnecessary-condition\":\"error\",\"@typescript-eslint/no-unnecessary-parameter-property-assignment\":\"error\",\"@typescript-eslint/no-unnecessary-qualifier\":\"error\",\"@typescript-eslint/no-unnecessary-template-expression\":\"error\",\"@typescript-eslint/no-unnecessary-type-arguments\":\"error\",\"@typescript-eslint/no-unnecessary-type-assertion\":\"error\",\"@typescript-eslint/no-unnecessary-type-constraint\":\"error\",\"@typescript-eslint/no-unnecessary-type-conversion\":\"error\",\"@typescript-eslint/no-unnecessary-type-parameters\":\"off\",\"@typescript-eslint/no-unsafe-argument\":\"error\",\"@typescript-eslint/no-unsafe-assignment\":\"error\",\"@typescript-eslint/no-unsafe-call\":\"error\",\"@typescript-eslint/no-unsafe-declaration-merging\":\"error\",\"@typescript-eslint/no-unsafe-enum-comparison\":\"error\",\"@typescript-eslint/no-unsafe-function-type\":\"error\",\"@typescript-eslint/no-unsafe-member-access\":\"error\",\"@typescript-eslint/no-unsafe-return\":\"error\",\"@typescript-eslint/no-unsafe-type-assertion\":\"error\",\"@typescript-eslint/no-unsafe-unary-minus\":\"error\",\"@typescript-eslint/no-unused-expressions\":\"error\",\"@typescript-eslint/no-unused-private-class-members\":\"error\",\"@typescript-eslint/no-unused-vars\":[\"error\",{\"args\":\"all\",\"argsIgnorePattern\":\"^_\",\"caughtErrors\":\"all\",\"caughtErrorsIgnorePattern\":\"^_\",\"destructuredArrayIgnorePattern\":\"^_\",\"ignoreRestSiblings\":true,\"varsIgnorePattern\":\"^_\"}],\"@typescript-eslint/no-use-before-define\":\"off\",\"@typescript-eslint/no-useless-constructor\":\"error\",\"@typescript-eslint/no-useless-default-assignment\":\"error\",\"@typescript-eslint/no-useless-empty-export\":\"error\",\"@typescript-eslint/no-wrapper-object-types\":\"error\",\"@typescript-eslint/non-nullable-type-assertion-style\":\"error\",\"@typescript-eslint/only-throw-error\":\"error\",\"@typescript-eslint/parameter-properties\":\"off\",\"@typescript-eslint/prefer-as-const\":\"error\",\"@typescript-eslint/prefer-destructuring\":\"error\",\"@typescript-eslint/prefer-enum-initializers\":\"error\",\"@typescript-eslint/prefer-find\":\"error\",\"@typescript-eslint/prefer-for-of\":\"error\",\"@typescript-eslint/prefer-function-type\":\"error\",\"@typescript-eslint/prefer-includes\":\"error\",\"@typescript-eslint/prefer-literal-enum-member\":\"error\",\"@typescript-eslint/prefer-namespace-keyword\":\"error\",\"@typescript-eslint/prefer-nullish-coalescing\":\"error\",\"@typescript-eslint/prefer-optional-chain\":\"error\",\"@typescript-eslint/prefer-promise-reject-errors\":\"error\",\"@typescript-eslint/prefer-readonly\":\"error\",\"@typescript-eslint/prefer-readonly-parameter-types\":\"off\",\"@typescript-eslint/prefer-reduce-type-parameter\":\"error\",\"@typescript-eslint/prefer-regexp-exec\":\"error\",\"@typescript-eslint/prefer-return-this-type\":\"error\",\"@typescript-eslint/prefer-string-starts-ends-with\":\"error\",\"@typescript-eslint/promise-function-async\":\"error\",\"@typescript-eslint/related-getter-setter-pairs\":\"error\",\"@typescript-eslint/require-array-sort-compare\":\"error\",\"@typescript-eslint/require-await\":\"error\",\"@typescript-eslint/restrict-plus-operands\":\"error\",\"@typescript-eslint/restrict-template-expressions\":\"error\",\"@typescript-eslint/return-await\":\"error\",\"@typescript-eslint/strict-boolean-expressions\":\"error\",\"@typescript-eslint/strict-void-return\":\"error\",\"@typescript-eslint/switch-exhaustiveness-check\":\"error\",\"@typescript-eslint/triple-slash-reference\":\"error\",\"@typescript-eslint/unbound-method\":\"error\",\"@typescript-eslint/unified-signatures\":\"error\",\"@typescript-eslint/use-unknown-in-catch-callback-variable\":\"error\",\"unicorn/better-regex\":\"error\",\"unicorn/catch-error-name\":\"error\",\"unicorn/consistent-assert\":\"error\",\"unicorn/consistent-date-clone\":\"error\",\"unicorn/consistent-destructuring\":\"error\",\"unicorn/consistent-empty-array-spread\":\"error\",\"unicorn/consistent-existence-index-check\":\"error\",\"unicorn/consistent-function-scoping\":\"error\",\"unicorn/consistent-template-literal-escape\":\"error\",\"unicorn/custom-error-definition\":\"error\",\"unicorn/empty-brace-spaces\":\"off\",\"unicorn/error-message\":\"error\",\"unicorn/escape-case\":\"error\",\"unicorn/expiring-todo-comments\":\"error\",\"unicorn/explicit-length-check\":\"off\",\"unicorn/filename-case\":\"error\",\"unicorn/import-style\":\"error\",\"unicorn/isolated-functions\":\"error\",\"unicorn/new-for-builtins\":\"error\",\"unicorn/no-abusive-eslint-disable\":\"error\",\"unicorn/no-accessor-recursion\":\"error\",\"unicorn/no-anonymous-default-export\":\"error\",\"unicorn/no-array-callback-reference\":\"error\",\"unicorn/no-array-for-each\":\"error\",\"unicorn/no-array-method-this-argument\":\"error\",\"unicorn/no-array-reduce\":\"error\",\"unicorn/no-array-reverse\":\"error\",\"unicorn/no-array-sort\":\"error\",\"unicorn/no-await-expression-member\":\"error\",\"unicorn/no-await-in-promise-methods\":\"error\",\"unicorn/no-console-spaces\":\"error\",\"unicorn/no-document-cookie\":\"error\",\"unicorn/no-empty-file\":\"error\",\"unicorn/no-for-loop\":\"error\",\"unicorn/no-hex-escape\":\"error\",\"unicorn/no-immediate-mutation\":\"error\",\"unicorn/no-instanceof-builtins\":\"error\",\"unicorn/no-invalid-fetch-options\":\"error\",\"unicorn/no-invalid-remove-event-listener\":\"error\",\"unicorn/no-keyword-prefix\":\"off\",\"unicorn/no-lonely-if\":\"error\",\"unicorn/no-magic-array-flat-depth\":\"error\",\"unicorn/no-named-default\":\"error\",\"unicorn/no-negated-condition\":\"error\",\"unicorn/no-negation-in-equality-check\":\"error\",\"unicorn/no-nested-ternary\":\"off\",\"unicorn/no-new-array\":\"error\",\"unicorn/no-new-buffer\":\"error\",\"unicorn/no-null\":\"off\",\"unicorn/no-object-as-default-parameter\":\"error\",\"unicorn/no-process-exit\":\"error\",\"unicorn/no-single-promise-in-promise-methods\":\"error\",\"unicorn/no-static-only-class\":\"error\",\"unicorn/no-thenable\":\"error\",\"unicorn/no-this-assignment\":\"error\",\"unicorn/no-typeof-undefined\":\"error\",\"unicorn/no-unnecessary-array-flat-depth\":\"error\",\"unicorn/no-unnecessary-array-splice-count\":\"error\",\"unicorn/no-unnecessary-await\":\"error\",\"unicorn/no-unnecessary-polyfills\":\"error\",\"unicorn/no-unnecessary-slice-end\":\"error\",\"unicorn/no-unreadable-array-destructuring\":\"error\",\"unicorn/no-unreadable-iife\":\"error\",\"unicorn/no-unused-properties\":\"error\",\"unicorn/no-useless-collection-argument\":\"error\",\"unicorn/no-useless-error-capture-stack-trace\":\"error\",\"unicorn/no-useless-fallback-in-spread\":\"error\",\"unicorn/no-useless-iterator-to-array\":\"error\",\"unicorn/no-useless-length-check\":\"error\",\"unicorn/no-useless-promise-resolve-reject\":\"error\",\"unicorn/no-useless-spread\":\"error\",\"unicorn/no-useless-switch-case\":\"error\",\"unicorn/no-useless-undefined\":\"error\",\"unicorn/no-zero-fractions\":\"error\",\"unicorn/number-literal-case\":\"off\",\"unicorn/numeric-separators-style\":\"error\",\"unicorn/prefer-add-event-listener\":\"error\",\"unicorn/prefer-array-find\":\"error\",\"unicorn/prefer-array-flat\":\"error\",\"unicorn/prefer-array-flat-map\":\"error\",\"unicorn/prefer-array-index-of\":\"error\",\"unicorn/prefer-array-some\":\"error\",\"unicorn/prefer-at\":\"error\",\"unicorn/prefer-bigint-literals\":\"error\",\"unicorn/prefer-blob-reading-methods\":\"error\",\"unicorn/prefer-class-fields\":\"error\",\"unicorn/prefer-classlist-toggle\":\"error\",\"unicorn/prefer-code-point\":\"error\",\"unicorn/prefer-date-now\":\"error\",\"unicorn/prefer-default-parameters\":\"error\",\"unicorn/prefer-dom-node-append\":\"error\",\"unicorn/prefer-dom-node-dataset\":\"error\",\"unicorn/prefer-dom-node-remove\":\"error\",\"unicorn/prefer-dom-node-text-content\":\"error\",\"unicorn/prefer-event-target\":\"error\",\"unicorn/prefer-export-from\":\"error\",\"unicorn/prefer-global-this\":\"error\",\"unicorn/prefer-import-meta-properties\":\"error\",\"unicorn/prefer-includes\":\"error\",\"unicorn/prefer-json-parse-buffer\":\"error\",\"unicorn/prefer-keyboard-event-key\":\"error\",\"unicorn/prefer-logical-operator-over-ternary\":\"error\",\"unicorn/prefer-math-min-max\":\"error\",\"unicorn/prefer-math-trunc\":\"error\",\"unicorn/prefer-modern-dom-apis\":\"error\",\"unicorn/prefer-modern-math-apis\":\"error\",\"unicorn/prefer-module\":\"error\",\"unicorn/prefer-native-coercion-functions\":\"error\",\"unicorn/prefer-negative-index\":\"error\",\"unicorn/prefer-node-protocol\":\"error\",\"unicorn/prefer-number-properties\":\"error\",\"unicorn/prefer-object-from-entries\":\"error\",\"unicorn/prefer-optional-catch-binding\":\"error\",\"unicorn/prefer-prototype-methods\":\"error\",\"unicorn/prefer-query-selector\":\"error\",\"unicorn/prefer-reflect-apply\":\"error\",\"unicorn/prefer-regexp-test\":\"error\",\"unicorn/prefer-response-static-json\":\"error\",\"unicorn/prefer-set-has\":\"error\",\"unicorn/prefer-set-size\":\"error\",\"unicorn/prefer-simple-condition-first\":\"error\",\"unicorn/prefer-single-call\":\"error\",\"unicorn/prefer-spread\":\"error\",\"unicorn/prefer-string-raw\":\"error\",\"unicorn/prefer-string-replace-all\":\"error\",\"unicorn/prefer-string-slice\":\"error\",\"unicorn/prefer-string-starts-ends-with\":\"error\",\"unicorn/prefer-string-trim-start-end\":\"error\",\"unicorn/prefer-structured-clone\":\"error\",\"unicorn/prefer-switch\":\"error\",\"unicorn/prefer-ternary\":\"error\",\"unicorn/prefer-top-level-await\":\"error\",\"unicorn/prefer-type-error\":\"error\",\"unicorn/prevent-abbreviations\":\"error\",\"unicorn/relative-url-style\":\"error\",\"unicorn/require-array-join-separator\":\"error\",\"unicorn/require-module-attributes\":\"error\",\"unicorn/require-module-specifiers\":\"error\",\"unicorn/require-number-to-fixed-digits-argument\":\"error\",\"unicorn/require-post-message-target-origin\":\"error\",\"unicorn/string-content\":\"error\",\"unicorn/switch-case-braces\":\"error\",\"unicorn/switch-case-break-position\":\"error\",\"unicorn/template-indent\":\"off\",\"unicorn/text-encoding-identifier-case\":\"error\",\"unicorn/throw-new-error\":\"error\",\"lodash/callback-binding\":\"error\",\"lodash/chain-style\":[2,\"as-needed\"],\"lodash/chaining\":\"error\",\"lodash/collection-method-value\":\"error\",\"lodash/collection-ordering\":\"error\",\"lodash/collection-return\":\"error\",\"lodash/consistent-compose\":[2,\"flow\"],\"lodash/identity-shorthand\":[2,\"always\"],\"lodash/import-scope\":[2,\"method\"],\"lodash/matches-prop-shorthand\":[2,\"always\"],\"lodash/matches-shorthand\":[2,\"always\",3],\"lodash/no-commit\":\"error\",\"lodash/no-double-unwrap\":\"error\",\"lodash/no-extra-args\":\"error\",\"lodash/no-unbound-this\":\"error\",\"lodash/path-style\":[2,\"array\"],\"lodash/prefer-compact\":\"error\",\"lodash/prefer-constant\":\"error\",\"lodash/prefer-filter\":\"error\",\"lodash/prefer-find\":\"error\",\"lodash/prefer-flat-map\":\"error\",\"lodash/prefer-get\":\"error\",\"lodash/prefer-immutable-method\":\"error\",\"lodash/prefer-includes\":[2,{\"includeNative\":true}],\"lodash/prefer-invoke-map\":\"error\",\"lodash/prefer-is-nil\":\"error\",\"lodash/prefer-lodash-chain\":\"error\",\"lodash/prefer-lodash-method\":\"error\",\"lodash/prefer-lodash-typecheck\":\"error\",\"lodash/prefer-map\":\"error\",\"lodash/prefer-matches\":\"error\",\"lodash/prefer-noop\":\"error\",\"lodash/prefer-over-quantifier\":\"error\",\"lodash/prefer-reject\":\"error\",\"lodash/prefer-some\":[2,{\"includeNative\":true}],\"lodash/prefer-startswith\":\"error\",\"lodash/prefer-thru\":\"error\",\"lodash/prefer-times\":\"error\",\"lodash/prefer-wrapper-method\":\"error\",\"lodash/preferred-alias\":\"error\",\"lodash/prop-shorthand\":[2,\"always\"],\"lodash/unwrap\":\"error\",\"sonar/anchor-precedence\":\"error\",\"sonar/argument-type\":\"error\",\"sonar/arguments-order\":\"error\",\"sonar/arguments-usage\":\"error\",\"sonar/array-callback-without-return\":\"error\",\"sonar/array-constructor\":\"error\",\"sonar/arrow-function-convention\":\"off\",\"sonar/assertions-in-tests\":\"error\",\"sonar/aws-apigateway-public-api\":\"error\",\"sonar/aws-ec2-rds-dms-public\":\"error\",\"sonar/aws-ec2-unencrypted-ebs-volume\":\"error\",\"sonar/aws-efs-unencrypted\":\"error\",\"sonar/aws-iam-all-privileges\":\"error\",\"sonar/aws-iam-all-resources-accessible\":\"error\",\"sonar/aws-iam-privilege-escalation\":\"error\",\"sonar/aws-iam-public-access\":\"error\",\"sonar/aws-opensearchservice-domain\":\"error\",\"sonar/aws-rds-unencrypted-databases\":\"error\",\"sonar/aws-restricted-ip-admin-access\":\"error\",\"sonar/aws-s3-bucket-granted-access\":\"error\",\"sonar/aws-s3-bucket-insecure-http\":\"error\",\"sonar/aws-s3-bucket-public-access\":\"error\",\"sonar/aws-s3-bucket-versioning\":\"error\",\"sonar/aws-sagemaker-unencrypted-notebook\":\"error\",\"sonar/aws-sns-unencrypted-topics\":\"error\",\"sonar/aws-sqs-unencrypted-queue\":\"error\",\"sonar/bitwise-operators\":\"error\",\"sonar/block-scoped-var\":\"error\",\"sonar/bool-param-default\":\"error\",\"sonar/call-argument-line\":\"error\",\"sonar/chai-determinate-assertion\":\"error\",\"sonar/class-name\":\"error\",\"sonar/class-prototype\":\"error\",\"sonar/code-eval\":\"error\",\"sonar/cognitive-complexity\":\"error\",\"sonar/comma-or-logical-or-case\":\"error\",\"sonar/comment-regex\":\"off\",\"sonar/concise-regex\":\"error\",\"sonar/confidential-information-logging\":\"error\",\"sonar/constructor-for-side-effects\":\"error\",\"sonar/content-length\":\"error\",\"sonar/content-security-policy\":\"error\",\"sonar/cookie-no-httponly\":\"error\",\"sonar/cors\":\"error\",\"sonar/csrf\":\"error\",\"sonar/cyclomatic-complexity\":\"off\",\"sonar/declarations-in-global-scope\":\"error\",\"sonar/deprecation\":\"error\",\"sonar/destructuring-assignment-syntax\":\"error\",\"sonar/different-types-comparison\":\"error\",\"sonar/disabled-auto-escaping\":\"error\",\"sonar/disabled-resource-integrity\":\"error\",\"sonar/disabled-timeout\":\"error\",\"sonar/duplicates-in-character-class\":\"error\",\"sonar/dynamically-constructed-templates\":\"error\",\"sonar/elseif-without-else\":\"error\",\"sonar/empty-string-repetition\":\"error\",\"sonar/encryption-secure-mode\":\"error\",\"sonar/existing-groups\":\"error\",\"sonar/expression-complexity\":\"error\",\"sonar/file-header\":\"off\",\"sonar/file-name-differ-from-class\":\"error\",\"sonar/file-permissions\":\"error\",\"sonar/file-uploads\":\"error\",\"sonar/fixme-tag\":\"error\",\"sonar/for-in\":\"error\",\"sonar/for-loop-increment-sign\":\"error\",\"sonar/frame-ancestors\":\"error\",\"sonar/function-inside-loop\":\"error\",\"sonar/function-name\":[\"error\",{\"format\":\"^(?:[a-z][a-zA-Z0-9]*|[A-Z][A-Z0-9]*)$\"}],\"sonar/function-return-type\":\"off\",\"sonar/future-reserved-words\":\"error\",\"sonar/generator-without-yield\":\"error\",\"sonar/hardcoded-secret-signatures\":\"error\",\"sonar/hashing\":\"error\",\"sonar/hidden-files\":\"error\",\"sonar/in-operator-type-error\":\"error\",\"sonar/inconsistent-function-call\":\"error\",\"sonar/index-of-compare-to-positive-number\":\"error\",\"sonar/insecure-cookie\":\"error\",\"sonar/insecure-jwt-token\":\"error\",\"sonar/inverted-assertion-arguments\":\"error\",\"sonar/jsx-no-leaked-render\":\"error\",\"sonar/label-position\":\"error\",\"sonar/link-with-target-blank\":\"error\",\"sonar/max-lines\":\"error\",\"sonar/max-lines-per-function\":\"error\",\"sonar/max-switch-cases\":\"error\",\"sonar/max-union-size\":\"off\",\"sonar/misplaced-loop-counter\":\"error\",\"sonar/nested-control-flow\":\"error\",\"sonar/new-operator-misuse\":\"error\",\"sonar/no-all-duplicated-branches\":\"error\",\"sonar/no-alphabetical-sort\":\"error\",\"sonar/no-angular-bypass-sanitization\":\"error\",\"sonar/no-array-delete\":\"error\",\"sonar/no-associative-arrays\":\"error\",\"sonar/no-async-constructor\":\"error\",\"sonar/no-built-in-override\":\"error\",\"sonar/no-case-label-in-switch\":\"error\",\"sonar/no-clear-text-protocols\":\"error\",\"sonar/no-code-after-done\":\"error\",\"sonar/no-collapsible-if\":\"error\",\"sonar/no-collection-size-mischeck\":\"error\",\"sonar/no-commented-code\":\"error\",\"sonar/no-control-regex\":\"error\",\"sonar/no-dead-store\":\"error\",\"sonar/no-delete-var\":\"error\",\"sonar/no-duplicate-in-composite\":\"error\",\"sonar/no-duplicate-string\":\"error\",\"sonar/no-duplicated-branches\":\"error\",\"sonar/no-element-overwrite\":\"error\",\"sonar/no-empty-after-reluctant\":\"error\",\"sonar/no-empty-alternatives\":\"error\",\"sonar/no-empty-character-class\":\"error\",\"sonar/no-empty-collection\":\"error\",\"sonar/no-empty-group\":\"error\",\"sonar/no-empty-test-file\":\"error\",\"sonar/no-equals-in-for-termination\":\"error\",\"sonar/no-exclusive-tests\":\"error\",\"sonar/no-extra-arguments\":\"error\",\"sonar/no-fallthrough\":\"error\",\"sonar/no-for-in-iterable\":\"error\",\"sonar/no-function-declaration-in-block\":\"error\",\"sonar/no-global-this\":\"error\",\"sonar/no-globals-shadowing\":\"error\",\"sonar/no-gratuitous-expressions\":\"error\",\"sonar/no-hardcoded-ip\":\"error\",\"sonar/no-hardcoded-passwords\":\"error\",\"sonar/no-hardcoded-secrets\":\"error\",\"sonar/no-hook-setter-in-body\":\"error\",\"sonar/no-identical-conditions\":\"error\",\"sonar/no-identical-expressions\":\"error\",\"sonar/no-identical-functions\":\"error\",\"sonar/no-ignored-exceptions\":\"error\",\"sonar/no-ignored-return\":\"error\",\"sonar/no-implicit-dependencies\":\"off\",\"sonar/no-implicit-global\":\"error\",\"sonar/no-in-misuse\":\"error\",\"sonar/no-incomplete-assertions\":\"error\",\"sonar/no-inconsistent-returns\":\"off\",\"sonar/no-incorrect-string-concat\":\"error\",\"sonar/no-internal-api-use\":\"error\",\"sonar/no-intrusive-permissions\":\"error\",\"sonar/no-invalid-regexp\":\"error\",\"sonar/no-invariant-returns\":\"error\",\"sonar/no-inverted-boolean-check\":\"error\",\"sonar/no-ip-forward\":\"error\",\"sonar/no-labels\":\"error\",\"sonar/no-literal-call\":\"error\",\"sonar/no-mime-sniff\":\"error\",\"sonar/no-misleading-array-reverse\":\"error\",\"sonar/no-misleading-character-class\":\"error\",\"sonar/no-mixed-content\":\"error\",\"sonar/no-nested-assignment\":\"error\",\"sonar/no-nested-conditional\":\"error\",\"sonar/no-nested-functions\":\"error\",\"sonar/no-nested-incdec\":\"error\",\"sonar/no-nested-switch\":\"error\",\"sonar/no-nested-template-literals\":\"error\",\"sonar/no-os-command-from-path\":\"error\",\"sonar/no-parameter-reassignment\":\"error\",\"sonar/no-primitive-wrappers\":\"error\",\"sonar/no-redundant-assignments\":\"error\",\"sonar/no-redundant-boolean\":\"error\",\"sonar/no-redundant-jump\":\"error\",\"sonar/no-redundant-optional\":\"error\",\"sonar/no-reference-error\":\"off\",\"sonar/no-referrer-policy\":\"error\",\"sonar/no-regex-spaces\":\"error\",\"sonar/no-require-or-define\":\"error\",\"sonar/no-return-type-any\":\"error\",\"sonar/no-same-argument-assert\":\"error\",\"sonar/no-same-line-conditional\":\"error\",\"sonar/no-selector-parameter\":\"error\",\"sonar/no-session-cookies-on-static-assets\":\"error\",\"sonar/no-skipped-tests\":\"error\",\"sonar/no-small-switch\":\"error\",\"sonar/no-sonar-comments\":\"error\",\"sonar/no-table-as-layout\":\"error\",\"sonar/no-try-promise\":\"error\",\"sonar/no-undefined-argument\":\"error\",\"sonar/no-undefined-assignment\":\"off\",\"sonar/no-unenclosed-multiline-block\":\"error\",\"sonar/no-uniq-key\":\"error\",\"sonar/no-unsafe-unzip\":\"error\",\"sonar/no-unthrown-error\":\"error\",\"sonar/no-unused-collection\":\"error\",\"sonar/no-unused-function-argument\":\"error\",\"sonar/no-unused-vars\":\"error\",\"sonar/no-use-of-empty-return-value\":\"error\",\"sonar/no-useless-catch\":\"error\",\"sonar/no-useless-increment\":\"error\",\"sonar/no-useless-intersection\":\"error\",\"sonar/no-useless-react-setstate\":\"error\",\"sonar/no-variable-usage-before-declaration\":\"error\",\"sonar/no-weak-cipher\":\"error\",\"sonar/no-weak-keys\":\"error\",\"sonar/no-wildcard-import\":\"error\",\"sonar/non-existent-operator\":\"error\",\"sonar/non-number-in-arithmetic-expression\":\"error\",\"sonar/null-dereference\":\"error\",\"sonar/object-alt-content\":\"error\",\"sonar/operation-returning-nan\":\"error\",\"sonar/os-command\":\"error\",\"sonar/post-message\":\"error\",\"sonar/prefer-default-last\":\"error\",\"sonar/prefer-immediate-return\":\"error\",\"sonar/prefer-object-literal\":\"error\",\"sonar/prefer-promise-shorthand\":\"error\",\"sonar/prefer-read-only-props\":\"error\",\"sonar/prefer-regexp-exec\":\"error\",\"sonar/prefer-single-boolean-return\":\"error\",\"sonar/prefer-type-guard\":\"error\",\"sonar/prefer-while\":\"error\",\"sonar/production-debug\":\"error\",\"sonar/pseudo-random\":\"error\",\"sonar/public-static-readonly\":\"error\",\"sonar/publicly-writable-directories\":\"error\",\"sonar/reduce-initial-value\":\"error\",\"sonar/redundant-type-aliases\":\"error\",\"sonar/regex-complexity\":\"error\",\"sonar/review-blockchain-mnemonic\":\"error\",\"sonar/session-regeneration\":\"error\",\"sonar/shorthand-property-grouping\":\"off\",\"sonar/single-char-in-character-classes\":\"error\",\"sonar/single-character-alternation\":\"error\",\"sonar/slow-regex\":\"error\",\"sonar/sql-queries\":\"error\",\"sonar/stable-tests\":\"error\",\"sonar/stateful-regex\":\"error\",\"sonar/strict-transport-security\":\"error\",\"sonar/strings-comparison\":\"error\",\"sonar/table-header\":\"error\",\"sonar/table-header-reference\":\"error\",\"sonar/test-check-exception\":\"error\",\"sonar/todo-tag\":\"off\",\"sonar/too-many-break-or-continue-in-loop\":\"error\",\"sonar/unicode-aware-regex\":\"error\",\"sonar/unused-import\":\"error\",\"sonar/unused-named-groups\":\"error\",\"sonar/unverified-certificate\":\"error\",\"sonar/unverified-hostname\":\"error\",\"sonar/updated-const-var\":\"error\",\"sonar/updated-loop-counter\":\"error\",\"sonar/use-type-alias\":\"error\",\"sonar/values-not-convertible-to-numbers\":\"error\",\"sonar/variable-name\":\"error\",\"sonar/void-use\":\"error\",\"sonar/weak-ssl\":\"error\",\"sonar/x-powered-by\":\"error\",\"sonar/xml-parser-xxe\":\"error\",\"perfectionist/sort-array-includes\":\"error\",\"perfectionist/sort-classes\":\"error\",\"perfectionist/sort-decorators\":\"error\",\"perfectionist/sort-enums\":\"error\",\"perfectionist/sort-export-attributes\":\"error\",\"perfectionist/sort-exports\":\"error\",\"perfectionist/sort-heritage-clauses\":\"error\",\"perfectionist/sort-import-attributes\":\"error\",\"perfectionist/sort-imports\":\"error\",\"perfectionist/sort-interfaces\":\"error\",\"perfectionist/sort-intersection-types\":\"error\",\"perfectionist/sort-jsx-props\":[\"error\",{\"fallbackSort\":{\"order\":\"asc\",\"type\":\"alphabetical\"},\"order\":\"asc\",\"type\":\"line-length\"}],\"perfectionist/sort-maps\":\"error\",\"perfectionist/sort-modules\":\"error\",\"perfectionist/sort-named-exports\":\"error\",\"perfectionist/sort-named-imports\":\"error\",\"perfectionist/sort-object-types\":\"error\",\"perfectionist/sort-objects\":[\"error\",{\"partitionByComment\":true}],\"perfectionist/sort-sets\":\"error\",\"perfectionist/sort-switch-case\":[\"error\",{\"order\":\"asc\",\"type\":\"alphabetical\"}],\"perfectionist/sort-union-types\":\"error\",\"perfectionist/sort-variable-declarations\":[\"error\",{\"order\":\"asc\",\"type\":\"alphabetical\"}],\"@tanstack/query/exhaustive-deps\":\"error\",\"@tanstack/query/infinite-query-property-order\":\"error\",\"@tanstack/query/mutation-property-order\":\"error\",\"@tanstack/query/no-rest-destructuring\":\"error\",\"@tanstack/query/no-unstable-deps\":\"error\",\"@tanstack/query/no-void-query-fn\":\"error\",\"@tanstack/query/stable-query-client\":\"error\",\"@tanstack/router/create-route-property-order\":\"error\",\"@tanstack/router/route-param-names\":\"error\",\"a11y/alt-text\":\"error\",\"a11y/anchor-ambiguous-text\":\"error\",\"a11y/anchor-has-content\":\"error\",\"a11y/anchor-is-valid\":\"error\",\"a11y/aria-activedescendant-has-tabindex\":\"error\",\"a11y/aria-props\":\"error\",\"a11y/aria-proptypes\":\"error\",\"a11y/aria-role\":\"error\",\"a11y/aria-unsupported-elements\":\"error\",\"a11y/autocomplete-valid\":\"error\",\"a11y/click-events-have-key-events\":\"error\",\"a11y/control-has-associated-label\":\"off\",\"a11y/heading-has-content\":\"error\",\"a11y/html-has-lang\":\"error\",\"a11y/iframe-has-title\":\"error\",\"a11y/img-redundant-alt\":\"error\",\"a11y/interactive-supports-focus\":\"error\",\"a11y/label-has-associated-control\":\"error\",\"a11y/lang\":\"error\",\"a11y/media-has-caption\":\"off\",\"a11y/mouse-events-have-key-events\":\"error\",\"a11y/no-access-key\":\"error\",\"a11y/no-aria-hidden-on-focusable\":\"error\",\"a11y/no-autofocus\":\"error\",\"a11y/no-distracting-elements\":\"error\",\"a11y/no-interactive-element-to-noninteractive-role\":\"error\",\"a11y/no-noninteractive-element-interactions\":\"error\",\"a11y/no-noninteractive-element-to-interactive-role\":\"error\",\"a11y/no-noninteractive-tabindex\":\"error\",\"a11y/no-redundant-roles\":\"error\",\"a11y/no-static-element-interactions\":\"error\",\"a11y/prefer-tag-over-role\":\"error\",\"a11y/role-has-required-aria-props\":\"error\",\"a11y/role-supports-aria-props\":\"error\",\"a11y/scope\":\"error\",\"a11y/tabindex-no-positive\":\"error\",\"cspell/spellchecker\":[\"error\",{\"cspell\":{\"words\":[\"tauri\",\"Applynetic\",\"julianday\",\"typicode\",\"toolbelt\",\"taze\",\"ethang\",\"TSESTree\",\"Boop\",\"cldr\",\"astro\",\"laravel\",\"qwik\",\"sitecore\",\"uswds\",\"mediat\",\"Packt\",\"Academind\",\"Udemy\",\"Colte\",\"Bootcamp\",\"HTMX\",\"MERN\",\"Nuxt\",\"Credly\",\"Sterett\",\"Beyonder\",\"hotspot\",\"lqip\",\"Hawn\",\"nextui\",\"speculationrules\",\"zustand\",\"vinxi\",\"datasource\",\"turso\",\"supabase\",\"solidjs\",\"labelledby\",\"svix\",\"blockqoute\",\"cortexjs\",\"mathrm\",\"nums\",\"lifecycles\",\"krausest\",\"Signalis\",\"Plass\",\"Iteree\",\"Sonner\",\"cmdk\",\"ngsw\",\"dexie\",\"leetcode\",\"ngsrc\",\"sindresorhus\",\"rogan\",\"heroui\",\"millis\",\"duckdb\",\"pthread\",\"remeda\",\"radash\",\"noto\",\"nosniff\",\"SAMEORIGIN\",\"starcoder\",\"logprobs\",\"sealioning\",\"swebok\",\"pluralsight\",\"skillset\",\"junie\",\"Flexbox\",\"reflogs\",\"Comeau\",\"autodocs\",\"agentic\",\"pico\",\"shiki\",\"vinext\",\"vibing\",\"vibed\",\"Microslop\",\"influencers\",\"headspace\",\"PTSD\"]}}]\n },\n \n },\n{\n files: [\"**/*.md\"],\n plugins: {\n \"markdown\": markdown,\n },\n rules: {\n \"markdown/fenced-code-language\":\"error\",\"markdown/fenced-code-meta\":\"error\",\"markdown/heading-increment\":\"error\",\"markdown/no-bare-urls\":\"error\",\"markdown/no-duplicate-definitions\":\"error\",\"markdown/no-duplicate-headings\":\"error\",\"markdown/no-empty-definitions\":\"error\",\"markdown/no-empty-images\":\"error\",\"markdown/no-empty-links\":\"error\",\"markdown/no-html\":\"error\",\"markdown/no-invalid-label-refs\":\"error\",\"markdown/no-missing-atx-heading-space\":\"error\",\"markdown/no-missing-label-refs\":\"error\",\"markdown/no-missing-link-fragments\":\"error\",\"markdown/no-multiple-h1\":\"error\",\"markdown/no-reference-like-urls\":\"error\",\"markdown/no-reversed-media-syntax\":\"error\",\"markdown/no-space-in-emphasis\":\"error\",\"markdown/no-unused-definitions\":\"error\",\"markdown/require-alt-text\":\"error\",\"markdown/table-column-count\":\"error\"\n },\n \n },\n{\n files: [\"**/*.css\"],language: \"css/css\",\n plugins: {\n \"css\": css,\n },\n rules: {\n \"css/font-family-fallbacks\":\"error\",\"css/no-duplicate-imports\":\"error\",\"css/no-duplicate-keyframe-selectors\":\"error\",\"css/no-empty-blocks\":\"error\",\"css/no-important\":\"error\",\"css/no-invalid-at-rule-placement\":\"error\",\"css/no-invalid-at-rules\":\"off\",\"css/no-invalid-named-grid-areas\":\"error\",\"css/no-invalid-properties\":\"error\",\"css/no-unmatchable-selectors\":\"error\",\"css/prefer-logical-properties\":\"error\",\"css/relative-font-units\":\"error\",\"css/selector-complexity\":\"error\",\"css/use-baseline\":[\"error\",{\"available\":\"newly\"}],\"css/use-layers\":\"error\"\n },\n \n },\n{\n files: [\"**/*.json\"],language: \"json/json\",\n plugins: {\n \"json\": json,\n },\n rules: {\n \"json/no-duplicate-keys\":\"error\",\"json/no-empty-keys\":\"error\",\"json/no-unnormalized-keys\":\"error\",\"json/no-unsafe-values\":\"error\",\"json/sort-keys\":\"error\",\"json/top-level-interop\":\"error\"\n },\n \n },\n{\n files: [\"**/*.jsonc\"],language: \"json/jsonc\",\n plugins: {\n \"json\": json,\n },\n rules: {\n \"json/no-duplicate-keys\":\"error\",\"json/no-empty-keys\":\"error\",\"json/no-unnormalized-keys\":\"error\",\"json/no-unsafe-values\":\"error\",\"json/sort-keys\":\"error\",\"json/top-level-interop\":\"error\"\n },\n \n },\n{\n files: [\"**/*.json5\"],language: \"json/json5\",\n plugins: {\n \"json\": json,\n },\n rules: {\n \"json/no-duplicate-keys\":\"error\",\"json/no-empty-keys\":\"error\",\"json/no-unnormalized-keys\":\"error\",\"json/no-unsafe-values\":\"error\",\"json/sort-keys\":\"error\",\"json/top-level-interop\":\"error\"\n },\n \n },\neslintConfigPrettier,\neslintPluginPrettierRecommended\n );\n"],"mappings":"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","names":["defineConfig","globalIgnores","fixupPluginRules","a11y","compat","cspell","css","eslintConfigPrettier","eslintPluginPrettierRecommended","json","lodashConfig","markdown","perfectionist","sonar","tanstackQuery","tanstackRouter","tseslint","unicorn","config_main_default","defineConfig","globalIgnores","ignores","languageOptions","fixupPluginRules"]}
|
|
1
|
+
{"version":3,"sources":["../src/config.main.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { fixupPluginRules } from \"@eslint/compat\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport a11y from \"eslint-plugin-jsx-a11y\";\nimport compat from \"eslint-plugin-compat\";\nimport cspell from \"@cspell/eslint-plugin\";\nimport css from '@eslint/css';\nimport eslintConfigPrettier from \"eslint-config-prettier\";\nimport eslintPluginPrettierRecommended from \"eslint-plugin-prettier/recommended\";\nimport json from \"@eslint/json\";\nimport lodashConfig from \"eslint-plugin-lodash\";\nimport markdown from \"@eslint/markdown\";\nimport perfectionist from \"eslint-plugin-perfectionist\";\nimport sonar from \"eslint-plugin-sonarjs\";\nimport tanstackQuery from \"@tanstack/eslint-plugin-query\";\nimport tanstackRouter from \"@tanstack/eslint-plugin-router\";\nimport tseslint from \"typescript-eslint\";\nimport unicorn from \"eslint-plugin-unicorn\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts}\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},\n plugins: {\n \"compat\": compat,\"@typescript-eslint\": tseslint.plugin,\"unicorn\": unicorn,\"lodash\": fixupPluginRules(lodashConfig),\"sonar\": sonar,\"perfectionist\": perfectionist,\"@tanstack/query\": tanstackQuery,\"@tanstack/router\": tanstackRouter,\"a11y\": a11y,\"cspell\": cspell,\n },\n rules: {\n \"compat/compat\": \"error\",\n \"accessor-pairs\": \"error\",\n \"array-callback-return\": \"error\",\n \"arrow-body-style\": [\n \"error\",\n \"always\"\n ],\n \"block-scoped-var\": \"error\",\n \"camelcase\": \"off\",\n \"capitalized-comments\": \"off\",\n \"class-methods-use-this\": \"off\",\n \"complexity\": \"off\",\n \"consistent-return\": \"off\",\n \"consistent-this\": \"off\",\n \"constructor-super\": \"error\",\n \"curly\": \"off\",\n \"default-case\": \"off\",\n \"default-case-last\": \"off\",\n \"default-param-last\": \"off\",\n \"dot-notation\": \"off\",\n \"eqeqeq\": \"error\",\n \"for-direction\": \"error\",\n \"func-name-matching\": \"error\",\n \"func-names\": \"off\",\n \"func-style\": [\n \"error\",\n \"declaration\",\n {\n \"allowArrowFunctions\": true\n }\n ],\n \"getter-return\": \"error\",\n \"grouped-accessor-pairs\": \"error\",\n \"guard-for-in\": \"error\",\n \"id-denylist\": \"off\",\n \"id-length\": \"off\",\n \"id-match\": \"off\",\n \"init-declarations\": \"off\",\n \"logical-assignment-operators\": \"error\",\n \"max-classes-per-file\": \"error\",\n \"max-depth\": \"error\",\n \"max-lines\": \"off\",\n \"max-lines-per-function\": \"off\",\n \"max-nested-callbacks\": \"error\",\n \"max-params\": \"off\",\n \"max-statements\": \"off\",\n \"new-cap\": \"off\",\n \"no-alert\": \"error\",\n \"no-array-constructor\": \"off\",\n \"no-async-promise-executor\": \"error\",\n \"no-await-in-loop\": \"error\",\n \"no-bitwise\": \"error\",\n \"no-caller\": \"error\",\n \"no-case-declarations\": \"error\",\n \"no-class-assign\": \"error\",\n \"no-compare-neg-zero\": \"error\",\n \"no-cond-assign\": \"error\",\n \"no-console\": \"error\",\n \"no-const-assign\": \"error\",\n \"no-constant-binary-expression\": \"error\",\n \"no-constant-condition\": \"error\",\n \"no-constructor-return\": \"error\",\n \"no-continue\": \"error\",\n \"no-control-regex\": \"error\",\n \"no-debugger\": \"error\",\n \"no-delete-var\": \"error\",\n \"no-div-regex\": \"error\",\n \"no-dupe-args\": \"error\",\n \"no-dupe-class-members\": \"off\",\n \"no-dupe-else-if\": \"error\",\n \"no-dupe-keys\": \"error\",\n \"no-duplicate-case\": \"error\",\n \"no-duplicate-imports\": \"error\",\n \"no-else-return\": \"error\",\n \"no-empty\": \"error\",\n \"no-empty-character-class\": \"error\",\n \"no-empty-function\": \"off\",\n \"no-empty-pattern\": \"error\",\n \"no-empty-static-block\": \"error\",\n \"no-eq-null\": \"error\",\n \"no-eval\": \"error\",\n \"no-ex-assign\": \"error\",\n \"no-extend-native\": \"error\",\n \"no-extra-bind\": \"error\",\n \"no-extra-boolean-cast\": \"error\",\n \"no-extra-label\": \"error\",\n \"no-fallthrough\": \"error\",\n \"no-func-assign\": \"error\",\n \"no-global-assign\": \"error\",\n \"no-implicit-coercion\": \"error\",\n \"no-implicit-globals\": \"off\",\n \"no-implied-eval\": \"off\",\n \"no-import-assign\": \"error\",\n \"no-inline-comments\": \"off\",\n \"no-inner-declarations\": \"error\",\n \"no-invalid-regexp\": \"error\",\n \"no-invalid-this\": \"error\",\n \"no-irregular-whitespace\": \"error\",\n \"no-iterator\": \"error\",\n \"no-label-var\": \"error\",\n \"no-labels\": \"error\",\n \"no-lone-blocks\": \"error\",\n \"no-lonely-if\": \"error\",\n \"no-loop-func\": \"error\",\n \"no-loss-of-precision\": \"error\",\n \"no-magic-numbers\": \"off\",\n \"no-misleading-character-class\": \"error\",\n \"no-multi-assign\": \"error\",\n \"no-multi-str\": \"error\",\n \"no-negated-condition\": \"error\",\n \"no-nested-ternary\": \"error\",\n \"no-new\": \"error\",\n \"no-new-func\": \"error\",\n \"no-new-native-nonconstructor\": \"error\",\n \"no-new-wrappers\": \"error\",\n \"no-nonoctal-decimal-escape\": \"error\",\n \"no-obj-calls\": \"error\",\n \"no-object-constructor\": \"error\",\n \"no-octal\": \"error\",\n \"no-octal-escape\": \"error\",\n \"no-param-reassign\": \"error\",\n \"no-plusplus\": \"error\",\n \"no-promise-executor-return\": \"error\",\n \"no-proto\": \"error\",\n \"no-prototype-builtins\": \"error\",\n \"no-redeclare\": \"off\",\n \"no-regex-spaces\": \"error\",\n \"no-restricted-exports\": \"off\",\n \"no-restricted-globals\": \"off\",\n \"no-restricted-imports\": \"off\",\n \"no-restricted-properties\": \"off\",\n \"no-restricted-syntax\": \"off\",\n \"no-return-assign\": \"error\",\n \"no-script-url\": \"error\",\n \"no-self-assign\": \"error\",\n \"no-self-compare\": \"error\",\n \"no-sequences\": \"error\",\n \"no-setter-return\": \"error\",\n \"no-shadow\": \"off\",\n \"no-shadow-restricted-names\": \"error\",\n \"no-sparse-arrays\": \"error\",\n \"no-template-curly-in-string\": \"off\",\n \"no-ternary\": \"off\",\n \"no-this-before-super\": \"error\",\n \"no-throw-literal\": \"off\",\n \"no-unassigned-vars\": \"error\",\n \"no-undef\": \"off\",\n \"no-undef-init\": \"error\",\n \"no-undefined\": \"off\",\n \"no-underscore-dangle\": \"off\",\n \"no-unexpected-multiline\": \"off\",\n \"no-unmodified-loop-condition\": \"error\",\n \"no-unneeded-ternary\": \"error\",\n \"no-unreachable\": \"error\",\n \"no-unreachable-loop\": \"error\",\n \"no-unsafe-finally\": \"error\",\n \"no-unsafe-negation\": \"error\",\n \"no-unsafe-optional-chaining\": [\n \"error\",\n {\n \"disallowArithmeticOperators\": true\n }\n ],\n \"no-unused-expressions\": \"off\",\n \"no-unused-labels\": \"error\",\n \"no-unused-private-class-members\": \"error\",\n \"no-unused-vars\": \"off\",\n \"no-use-before-define\": \"off\",\n \"no-useless-assignment\": \"off\",\n \"no-useless-backreference\": \"error\",\n \"no-useless-call\": \"error\",\n \"no-useless-catch\": \"error\",\n \"no-useless-computed-key\": \"error\",\n \"no-useless-concat\": \"error\",\n \"no-useless-constructor\": \"off\",\n \"no-useless-escape\": \"error\",\n \"no-useless-rename\": \"error\",\n \"no-useless-return\": \"error\",\n \"no-var\": \"error\",\n \"no-void\": \"error\",\n \"no-warning-comments\": \"off\",\n \"no-with\": \"error\",\n \"object-shorthand\": \"error\",\n \"one-var\": \"off\",\n \"operator-assignment\": \"error\",\n \"prefer-arrow-callback\": \"off\",\n \"prefer-const\": \"error\",\n \"prefer-destructuring\": \"off\",\n \"prefer-exponentiation-operator\": \"error\",\n \"prefer-named-capture-group\": \"error\",\n \"prefer-numeric-literals\": \"error\",\n \"prefer-object-has-own\": \"error\",\n \"prefer-object-spread\": \"error\",\n \"prefer-promise-reject-errors\": \"off\",\n \"prefer-regex-literals\": \"error\",\n \"prefer-rest-params\": \"error\",\n \"prefer-spread\": \"error\",\n \"prefer-template\": \"error\",\n \"preserve-caught-error\": \"error\",\n \"radix\": \"error\",\n \"require-atomic-updates\": \"error\",\n \"require-await\": \"off\",\n \"require-unicode-regexp\": \"error\",\n \"require-yield\": \"error\",\n \"sort-imports\": \"off\",\n \"sort-keys\": \"off\",\n \"sort-vars\": \"error\",\n \"strict\": \"error\",\n \"symbol-description\": \"error\",\n \"unicode-bom\": \"error\",\n \"use-isnan\": \"error\",\n \"valid-typeof\": \"error\",\n \"vars-on-top\": \"error\",\n \"yoda\": [\n \"error\",\n \"always\"\n ],\n \"@typescript-eslint/adjacent-overload-signatures\": \"off\",\n \"@typescript-eslint/array-type\": \"error\",\n \"@typescript-eslint/await-thenable\": \"error\",\n \"@typescript-eslint/ban-ts-comment\": \"error\",\n \"@typescript-eslint/ban-tslint-comment\": \"error\",\n \"@typescript-eslint/class-literal-property-style\": \"error\",\n \"@typescript-eslint/class-methods-use-this\": \"off\",\n \"@typescript-eslint/consistent-generic-constructors\": \"error\",\n \"@typescript-eslint/consistent-indexed-object-style\": \"error\",\n \"@typescript-eslint/consistent-return\": \"off\",\n \"@typescript-eslint/consistent-type-assertions\": \"error\",\n \"@typescript-eslint/consistent-type-definitions\": [\n \"error\",\n \"type\"\n ],\n \"@typescript-eslint/consistent-type-exports\": \"error\",\n \"@typescript-eslint/consistent-type-imports\": [\n \"error\",\n {\n \"fixStyle\": \"inline-type-imports\"\n }\n ],\n \"@typescript-eslint/default-param-last\": \"error\",\n \"@typescript-eslint/dot-notation\": \"error\",\n \"@typescript-eslint/explicit-function-return-type\": \"off\",\n \"@typescript-eslint/explicit-member-accessibility\": \"error\",\n \"@typescript-eslint/explicit-module-boundary-types\": \"off\",\n \"@typescript-eslint/init-declarations\": \"off\",\n \"@typescript-eslint/max-params\": \"off\",\n \"@typescript-eslint/member-ordering\": \"off\",\n \"@typescript-eslint/method-signature-style\": \"error\",\n \"@typescript-eslint/naming-convention\": \"off\",\n \"@typescript-eslint/no-array-constructor\": \"error\",\n \"@typescript-eslint/no-array-delete\": \"error\",\n \"@typescript-eslint/no-base-to-string\": \"error\",\n \"@typescript-eslint/no-confusing-non-null-assertion\": \"error\",\n \"@typescript-eslint/no-confusing-void-expression\": \"error\",\n \"@typescript-eslint/no-deprecated\": \"error\",\n \"@typescript-eslint/no-dupe-class-members\": \"off\",\n \"@typescript-eslint/no-duplicate-enum-values\": \"error\",\n \"@typescript-eslint/no-duplicate-type-constituents\": \"error\",\n \"@typescript-eslint/no-dynamic-delete\": \"error\",\n \"@typescript-eslint/no-empty-function\": \"error\",\n \"@typescript-eslint/no-empty-object-type\": \"error\",\n \"@typescript-eslint/no-explicit-any\": \"error\",\n \"@typescript-eslint/no-extra-non-null-assertion\": \"error\",\n \"@typescript-eslint/no-extraneous-class\": \"error\",\n \"@typescript-eslint/no-floating-promises\": \"error\",\n \"@typescript-eslint/no-for-in-array\": \"error\",\n \"@typescript-eslint/no-implied-eval\": \"error\",\n \"@typescript-eslint/no-import-type-side-effects\": \"error\",\n \"@typescript-eslint/no-inferrable-types\": \"error\",\n \"@typescript-eslint/no-invalid-this\": \"off\",\n \"@typescript-eslint/no-invalid-void-type\": \"error\",\n \"@typescript-eslint/no-loop-func\": \"error\",\n \"@typescript-eslint/no-magic-numbers\": \"off\",\n \"@typescript-eslint/no-meaningless-void-operator\": \"error\",\n \"@typescript-eslint/no-misused-new\": \"error\",\n \"@typescript-eslint/no-misused-promises\": \"error\",\n \"@typescript-eslint/no-misused-spread\": \"error\",\n \"@typescript-eslint/no-mixed-enums\": \"error\",\n \"@typescript-eslint/no-namespace\": \"error\",\n \"@typescript-eslint/no-non-null-asserted-nullish-coalescing\": \"error\",\n \"@typescript-eslint/no-non-null-asserted-optional-chain\": \"error\",\n \"@typescript-eslint/no-non-null-assertion\": \"error\",\n \"@typescript-eslint/no-redeclare\": \"off\",\n \"@typescript-eslint/no-redundant-type-constituents\": \"error\",\n \"@typescript-eslint/no-require-imports\": \"error\",\n \"@typescript-eslint/no-restricted-imports\": \"error\",\n \"@typescript-eslint/no-restricted-types\": \"error\",\n \"@typescript-eslint/no-shadow\": \"error\",\n \"@typescript-eslint/no-this-alias\": \"error\",\n \"@typescript-eslint/no-unnecessary-boolean-literal-compare\": \"error\",\n \"@typescript-eslint/no-unnecessary-condition\": \"error\",\n \"@typescript-eslint/no-unnecessary-parameter-property-assignment\": \"error\",\n \"@typescript-eslint/no-unnecessary-qualifier\": \"error\",\n \"@typescript-eslint/no-unnecessary-template-expression\": \"error\",\n \"@typescript-eslint/no-unnecessary-type-arguments\": \"error\",\n \"@typescript-eslint/no-unnecessary-type-assertion\": \"error\",\n \"@typescript-eslint/no-unnecessary-type-constraint\": \"error\",\n \"@typescript-eslint/no-unnecessary-type-conversion\": \"error\",\n \"@typescript-eslint/no-unnecessary-type-parameters\": \"off\",\n \"@typescript-eslint/no-unsafe-argument\": \"error\",\n \"@typescript-eslint/no-unsafe-assignment\": \"error\",\n \"@typescript-eslint/no-unsafe-call\": \"error\",\n \"@typescript-eslint/no-unsafe-declaration-merging\": \"error\",\n \"@typescript-eslint/no-unsafe-enum-comparison\": \"error\",\n \"@typescript-eslint/no-unsafe-function-type\": \"error\",\n \"@typescript-eslint/no-unsafe-member-access\": \"error\",\n \"@typescript-eslint/no-unsafe-return\": \"error\",\n \"@typescript-eslint/no-unsafe-type-assertion\": \"error\",\n \"@typescript-eslint/no-unsafe-unary-minus\": \"error\",\n \"@typescript-eslint/no-unused-expressions\": \"error\",\n \"@typescript-eslint/no-unused-private-class-members\": \"error\",\n \"@typescript-eslint/no-unused-vars\": [\n \"error\",\n {\n \"args\": \"all\",\n \"argsIgnorePattern\": \"^_\",\n \"caughtErrors\": \"all\",\n \"caughtErrorsIgnorePattern\": \"^_\",\n \"destructuredArrayIgnorePattern\": \"^_\",\n \"ignoreRestSiblings\": true,\n \"varsIgnorePattern\": \"^_\"\n }\n ],\n \"@typescript-eslint/no-use-before-define\": \"off\",\n \"@typescript-eslint/no-useless-constructor\": \"error\",\n \"@typescript-eslint/no-useless-default-assignment\": \"error\",\n \"@typescript-eslint/no-useless-empty-export\": \"error\",\n \"@typescript-eslint/no-wrapper-object-types\": \"error\",\n \"@typescript-eslint/non-nullable-type-assertion-style\": \"error\",\n \"@typescript-eslint/only-throw-error\": \"error\",\n \"@typescript-eslint/parameter-properties\": \"off\",\n \"@typescript-eslint/prefer-as-const\": \"error\",\n \"@typescript-eslint/prefer-destructuring\": \"error\",\n \"@typescript-eslint/prefer-enum-initializers\": \"error\",\n \"@typescript-eslint/prefer-find\": \"error\",\n \"@typescript-eslint/prefer-for-of\": \"error\",\n \"@typescript-eslint/prefer-function-type\": \"error\",\n \"@typescript-eslint/prefer-includes\": \"error\",\n \"@typescript-eslint/prefer-literal-enum-member\": \"error\",\n \"@typescript-eslint/prefer-namespace-keyword\": \"error\",\n \"@typescript-eslint/prefer-nullish-coalescing\": \"error\",\n \"@typescript-eslint/prefer-optional-chain\": \"error\",\n \"@typescript-eslint/prefer-promise-reject-errors\": \"error\",\n \"@typescript-eslint/prefer-readonly\": \"error\",\n \"@typescript-eslint/prefer-readonly-parameter-types\": \"off\",\n \"@typescript-eslint/prefer-reduce-type-parameter\": \"error\",\n \"@typescript-eslint/prefer-regexp-exec\": \"error\",\n \"@typescript-eslint/prefer-return-this-type\": \"error\",\n \"@typescript-eslint/prefer-string-starts-ends-with\": \"error\",\n \"@typescript-eslint/promise-function-async\": \"error\",\n \"@typescript-eslint/related-getter-setter-pairs\": \"error\",\n \"@typescript-eslint/require-array-sort-compare\": \"error\",\n \"@typescript-eslint/require-await\": \"error\",\n \"@typescript-eslint/restrict-plus-operands\": \"error\",\n \"@typescript-eslint/restrict-template-expressions\": \"error\",\n \"@typescript-eslint/return-await\": \"error\",\n \"@typescript-eslint/strict-boolean-expressions\": \"error\",\n \"@typescript-eslint/strict-void-return\": \"error\",\n \"@typescript-eslint/switch-exhaustiveness-check\": \"error\",\n \"@typescript-eslint/triple-slash-reference\": \"error\",\n \"@typescript-eslint/unbound-method\": \"error\",\n \"@typescript-eslint/unified-signatures\": \"error\",\n \"@typescript-eslint/use-unknown-in-catch-callback-variable\": \"error\",\n \"unicorn/better-regex\": \"error\",\n \"unicorn/catch-error-name\": \"error\",\n \"unicorn/consistent-assert\": \"error\",\n \"unicorn/consistent-date-clone\": \"error\",\n \"unicorn/consistent-destructuring\": \"error\",\n \"unicorn/consistent-empty-array-spread\": \"error\",\n \"unicorn/consistent-existence-index-check\": \"error\",\n \"unicorn/consistent-function-scoping\": \"error\",\n \"unicorn/consistent-template-literal-escape\": \"error\",\n \"unicorn/custom-error-definition\": \"error\",\n \"unicorn/empty-brace-spaces\": \"off\",\n \"unicorn/error-message\": \"error\",\n \"unicorn/escape-case\": \"error\",\n \"unicorn/expiring-todo-comments\": \"error\",\n \"unicorn/explicit-length-check\": \"off\",\n \"unicorn/filename-case\": \"error\",\n \"unicorn/import-style\": \"error\",\n \"unicorn/isolated-functions\": \"error\",\n \"unicorn/new-for-builtins\": \"error\",\n \"unicorn/no-abusive-eslint-disable\": \"error\",\n \"unicorn/no-accessor-recursion\": \"error\",\n \"unicorn/no-anonymous-default-export\": \"error\",\n \"unicorn/no-array-callback-reference\": \"error\",\n \"unicorn/no-array-for-each\": \"error\",\n \"unicorn/no-array-method-this-argument\": \"error\",\n \"unicorn/no-array-reduce\": \"error\",\n \"unicorn/no-array-reverse\": \"error\",\n \"unicorn/no-array-sort\": \"error\",\n \"unicorn/no-await-expression-member\": \"error\",\n \"unicorn/no-await-in-promise-methods\": \"error\",\n \"unicorn/no-console-spaces\": \"error\",\n \"unicorn/no-document-cookie\": \"error\",\n \"unicorn/no-empty-file\": \"error\",\n \"unicorn/no-for-loop\": \"error\",\n \"unicorn/no-hex-escape\": \"error\",\n \"unicorn/no-immediate-mutation\": \"error\",\n \"unicorn/no-instanceof-builtins\": \"error\",\n \"unicorn/no-invalid-fetch-options\": \"error\",\n \"unicorn/no-invalid-remove-event-listener\": \"error\",\n \"unicorn/no-keyword-prefix\": \"off\",\n \"unicorn/no-lonely-if\": \"error\",\n \"unicorn/no-magic-array-flat-depth\": \"error\",\n \"unicorn/no-named-default\": \"error\",\n \"unicorn/no-negated-condition\": \"error\",\n \"unicorn/no-negation-in-equality-check\": \"error\",\n \"unicorn/no-nested-ternary\": \"off\",\n \"unicorn/no-new-array\": \"error\",\n \"unicorn/no-new-buffer\": \"error\",\n \"unicorn/no-null\": \"off\",\n \"unicorn/no-object-as-default-parameter\": \"error\",\n \"unicorn/no-process-exit\": \"error\",\n \"unicorn/no-single-promise-in-promise-methods\": \"error\",\n \"unicorn/no-static-only-class\": \"error\",\n \"unicorn/no-thenable\": \"error\",\n \"unicorn/no-this-assignment\": \"error\",\n \"unicorn/no-typeof-undefined\": \"error\",\n \"unicorn/no-unnecessary-array-flat-depth\": \"error\",\n \"unicorn/no-unnecessary-array-splice-count\": \"error\",\n \"unicorn/no-unnecessary-await\": \"error\",\n \"unicorn/no-unnecessary-polyfills\": \"error\",\n \"unicorn/no-unnecessary-slice-end\": \"error\",\n \"unicorn/no-unreadable-array-destructuring\": \"error\",\n \"unicorn/no-unreadable-iife\": \"error\",\n \"unicorn/no-unused-properties\": \"error\",\n \"unicorn/no-useless-collection-argument\": \"error\",\n \"unicorn/no-useless-error-capture-stack-trace\": \"error\",\n \"unicorn/no-useless-fallback-in-spread\": \"error\",\n \"unicorn/no-useless-iterator-to-array\": \"error\",\n \"unicorn/no-useless-length-check\": \"error\",\n \"unicorn/no-useless-promise-resolve-reject\": \"error\",\n \"unicorn/no-useless-spread\": \"error\",\n \"unicorn/no-useless-switch-case\": \"error\",\n \"unicorn/no-useless-undefined\": \"error\",\n \"unicorn/no-zero-fractions\": \"error\",\n \"unicorn/number-literal-case\": \"off\",\n \"unicorn/numeric-separators-style\": \"error\",\n \"unicorn/prefer-add-event-listener\": \"error\",\n \"unicorn/prefer-array-find\": \"error\",\n \"unicorn/prefer-array-flat\": \"error\",\n \"unicorn/prefer-array-flat-map\": \"error\",\n \"unicorn/prefer-array-index-of\": \"error\",\n \"unicorn/prefer-array-some\": \"error\",\n \"unicorn/prefer-at\": \"error\",\n \"unicorn/prefer-bigint-literals\": \"error\",\n \"unicorn/prefer-blob-reading-methods\": \"error\",\n \"unicorn/prefer-class-fields\": \"error\",\n \"unicorn/prefer-classlist-toggle\": \"error\",\n \"unicorn/prefer-code-point\": \"error\",\n \"unicorn/prefer-date-now\": \"error\",\n \"unicorn/prefer-default-parameters\": \"error\",\n \"unicorn/prefer-dom-node-append\": \"error\",\n \"unicorn/prefer-dom-node-dataset\": \"error\",\n \"unicorn/prefer-dom-node-remove\": \"error\",\n \"unicorn/prefer-dom-node-text-content\": \"error\",\n \"unicorn/prefer-event-target\": \"error\",\n \"unicorn/prefer-export-from\": \"error\",\n \"unicorn/prefer-global-this\": \"error\",\n \"unicorn/prefer-import-meta-properties\": \"error\",\n \"unicorn/prefer-includes\": \"error\",\n \"unicorn/prefer-json-parse-buffer\": \"error\",\n \"unicorn/prefer-keyboard-event-key\": \"error\",\n \"unicorn/prefer-logical-operator-over-ternary\": \"error\",\n \"unicorn/prefer-math-min-max\": \"error\",\n \"unicorn/prefer-math-trunc\": \"error\",\n \"unicorn/prefer-modern-dom-apis\": \"error\",\n \"unicorn/prefer-modern-math-apis\": \"error\",\n \"unicorn/prefer-module\": \"error\",\n \"unicorn/prefer-native-coercion-functions\": \"error\",\n \"unicorn/prefer-negative-index\": \"error\",\n \"unicorn/prefer-node-protocol\": \"error\",\n \"unicorn/prefer-number-properties\": \"error\",\n \"unicorn/prefer-object-from-entries\": \"error\",\n \"unicorn/prefer-optional-catch-binding\": \"error\",\n \"unicorn/prefer-prototype-methods\": \"error\",\n \"unicorn/prefer-query-selector\": \"error\",\n \"unicorn/prefer-reflect-apply\": \"error\",\n \"unicorn/prefer-regexp-test\": \"error\",\n \"unicorn/prefer-response-static-json\": \"error\",\n \"unicorn/prefer-set-has\": \"error\",\n \"unicorn/prefer-set-size\": \"error\",\n \"unicorn/prefer-simple-condition-first\": \"error\",\n \"unicorn/prefer-single-call\": \"error\",\n \"unicorn/prefer-spread\": \"error\",\n \"unicorn/prefer-string-raw\": \"error\",\n \"unicorn/prefer-string-replace-all\": \"error\",\n \"unicorn/prefer-string-slice\": \"error\",\n \"unicorn/prefer-string-starts-ends-with\": \"error\",\n \"unicorn/prefer-string-trim-start-end\": \"error\",\n \"unicorn/prefer-structured-clone\": \"error\",\n \"unicorn/prefer-switch\": \"error\",\n \"unicorn/prefer-ternary\": \"error\",\n \"unicorn/prefer-top-level-await\": \"error\",\n \"unicorn/prefer-type-error\": \"error\",\n \"unicorn/prevent-abbreviations\": \"error\",\n \"unicorn/relative-url-style\": \"error\",\n \"unicorn/require-array-join-separator\": \"error\",\n \"unicorn/require-module-attributes\": \"error\",\n \"unicorn/require-module-specifiers\": \"error\",\n \"unicorn/require-number-to-fixed-digits-argument\": \"error\",\n \"unicorn/require-post-message-target-origin\": \"error\",\n \"unicorn/string-content\": \"error\",\n \"unicorn/switch-case-braces\": \"error\",\n \"unicorn/switch-case-break-position\": \"error\",\n \"unicorn/template-indent\": \"off\",\n \"unicorn/text-encoding-identifier-case\": \"error\",\n \"unicorn/throw-new-error\": \"error\",\n \"lodash/callback-binding\": \"error\",\n \"lodash/chain-style\": [\n 2,\n \"as-needed\"\n ],\n \"lodash/chaining\": \"error\",\n \"lodash/collection-method-value\": \"error\",\n \"lodash/collection-ordering\": \"error\",\n \"lodash/collection-return\": \"error\",\n \"lodash/consistent-compose\": [\n 2,\n \"flow\"\n ],\n \"lodash/identity-shorthand\": [\n 2,\n \"always\"\n ],\n \"lodash/import-scope\": [\n 2,\n \"method\"\n ],\n \"lodash/matches-prop-shorthand\": [\n 2,\n \"always\"\n ],\n \"lodash/matches-shorthand\": [\n 2,\n \"always\",\n 3\n ],\n \"lodash/no-commit\": \"error\",\n \"lodash/no-double-unwrap\": \"error\",\n \"lodash/no-extra-args\": \"error\",\n \"lodash/no-unbound-this\": \"error\",\n \"lodash/path-style\": [\n 2,\n \"array\"\n ],\n \"lodash/prefer-compact\": \"error\",\n \"lodash/prefer-constant\": \"error\",\n \"lodash/prefer-filter\": \"error\",\n \"lodash/prefer-find\": \"error\",\n \"lodash/prefer-flat-map\": \"error\",\n \"lodash/prefer-get\": \"error\",\n \"lodash/prefer-immutable-method\": \"error\",\n \"lodash/prefer-includes\": [\n 2,\n {\n \"includeNative\": true\n }\n ],\n \"lodash/prefer-invoke-map\": \"error\",\n \"lodash/prefer-is-nil\": \"error\",\n \"lodash/prefer-lodash-chain\": \"error\",\n \"lodash/prefer-lodash-method\": \"error\",\n \"lodash/prefer-lodash-typecheck\": \"error\",\n \"lodash/prefer-map\": \"error\",\n \"lodash/prefer-matches\": \"error\",\n \"lodash/prefer-noop\": \"error\",\n \"lodash/prefer-over-quantifier\": \"error\",\n \"lodash/prefer-reject\": \"error\",\n \"lodash/prefer-some\": [\n 2,\n {\n \"includeNative\": true\n }\n ],\n \"lodash/prefer-startswith\": \"error\",\n \"lodash/prefer-thru\": \"error\",\n \"lodash/prefer-times\": \"error\",\n \"lodash/prefer-wrapper-method\": \"error\",\n \"lodash/preferred-alias\": \"error\",\n \"lodash/prop-shorthand\": [\n 2,\n \"always\"\n ],\n \"lodash/unwrap\": \"error\",\n \"sonar/anchor-precedence\": \"error\",\n \"sonar/argument-type\": \"error\",\n \"sonar/arguments-order\": \"error\",\n \"sonar/arguments-usage\": \"error\",\n \"sonar/array-callback-without-return\": \"error\",\n \"sonar/array-constructor\": \"error\",\n \"sonar/arrow-function-convention\": \"off\",\n \"sonar/assertions-in-tests\": \"error\",\n \"sonar/aws-apigateway-public-api\": \"error\",\n \"sonar/aws-ec2-rds-dms-public\": \"error\",\n \"sonar/aws-ec2-unencrypted-ebs-volume\": \"error\",\n \"sonar/aws-efs-unencrypted\": \"error\",\n \"sonar/aws-iam-all-privileges\": \"error\",\n \"sonar/aws-iam-all-resources-accessible\": \"error\",\n \"sonar/aws-iam-privilege-escalation\": \"error\",\n \"sonar/aws-iam-public-access\": \"error\",\n \"sonar/aws-opensearchservice-domain\": \"error\",\n \"sonar/aws-rds-unencrypted-databases\": \"error\",\n \"sonar/aws-restricted-ip-admin-access\": \"error\",\n \"sonar/aws-s3-bucket-granted-access\": \"error\",\n \"sonar/aws-s3-bucket-insecure-http\": \"error\",\n \"sonar/aws-s3-bucket-public-access\": \"error\",\n \"sonar/aws-s3-bucket-versioning\": \"error\",\n \"sonar/aws-sagemaker-unencrypted-notebook\": \"error\",\n \"sonar/aws-sns-unencrypted-topics\": \"error\",\n \"sonar/aws-sqs-unencrypted-queue\": \"error\",\n \"sonar/bitwise-operators\": \"error\",\n \"sonar/block-scoped-var\": \"error\",\n \"sonar/bool-param-default\": \"error\",\n \"sonar/call-argument-line\": \"error\",\n \"sonar/chai-determinate-assertion\": \"error\",\n \"sonar/class-name\": \"error\",\n \"sonar/class-prototype\": \"error\",\n \"sonar/code-eval\": \"error\",\n \"sonar/cognitive-complexity\": \"error\",\n \"sonar/comma-or-logical-or-case\": \"error\",\n \"sonar/comment-regex\": \"off\",\n \"sonar/concise-regex\": \"error\",\n \"sonar/confidential-information-logging\": \"error\",\n \"sonar/constructor-for-side-effects\": \"error\",\n \"sonar/content-length\": \"error\",\n \"sonar/content-security-policy\": \"error\",\n \"sonar/cookie-no-httponly\": \"error\",\n \"sonar/cors\": \"error\",\n \"sonar/csrf\": \"error\",\n \"sonar/cyclomatic-complexity\": \"off\",\n \"sonar/declarations-in-global-scope\": \"error\",\n \"sonar/deprecation\": \"error\",\n \"sonar/destructuring-assignment-syntax\": \"error\",\n \"sonar/different-types-comparison\": \"error\",\n \"sonar/disabled-auto-escaping\": \"error\",\n \"sonar/disabled-resource-integrity\": \"error\",\n \"sonar/disabled-timeout\": \"error\",\n \"sonar/duplicates-in-character-class\": \"error\",\n \"sonar/dynamically-constructed-templates\": \"error\",\n \"sonar/elseif-without-else\": \"error\",\n \"sonar/empty-string-repetition\": \"error\",\n \"sonar/encryption-secure-mode\": \"error\",\n \"sonar/existing-groups\": \"error\",\n \"sonar/expression-complexity\": \"error\",\n \"sonar/file-header\": \"off\",\n \"sonar/file-name-differ-from-class\": \"error\",\n \"sonar/file-permissions\": \"error\",\n \"sonar/file-uploads\": \"error\",\n \"sonar/fixme-tag\": \"error\",\n \"sonar/for-in\": \"error\",\n \"sonar/for-loop-increment-sign\": \"error\",\n \"sonar/frame-ancestors\": \"error\",\n \"sonar/function-inside-loop\": \"error\",\n \"sonar/function-name\": [\n \"error\",\n {\n \"format\": \"^(?:[a-z][a-zA-Z0-9]*|[A-Z][A-Z0-9]*)$\"\n }\n ],\n \"sonar/function-return-type\": \"off\",\n \"sonar/future-reserved-words\": \"error\",\n \"sonar/generator-without-yield\": \"error\",\n \"sonar/hardcoded-secret-signatures\": \"error\",\n \"sonar/hashing\": \"error\",\n \"sonar/hidden-files\": \"error\",\n \"sonar/in-operator-type-error\": \"error\",\n \"sonar/inconsistent-function-call\": \"error\",\n \"sonar/index-of-compare-to-positive-number\": \"error\",\n \"sonar/insecure-cookie\": \"error\",\n \"sonar/insecure-jwt-token\": \"error\",\n \"sonar/inverted-assertion-arguments\": \"error\",\n \"sonar/jsx-no-leaked-render\": \"error\",\n \"sonar/label-position\": \"error\",\n \"sonar/link-with-target-blank\": \"error\",\n \"sonar/max-lines\": \"error\",\n \"sonar/max-lines-per-function\": \"error\",\n \"sonar/max-switch-cases\": \"error\",\n \"sonar/max-union-size\": \"off\",\n \"sonar/misplaced-loop-counter\": \"error\",\n \"sonar/nested-control-flow\": \"error\",\n \"sonar/new-operator-misuse\": \"error\",\n \"sonar/no-all-duplicated-branches\": \"error\",\n \"sonar/no-alphabetical-sort\": \"error\",\n \"sonar/no-angular-bypass-sanitization\": \"error\",\n \"sonar/no-array-delete\": \"error\",\n \"sonar/no-associative-arrays\": \"error\",\n \"sonar/no-async-constructor\": \"error\",\n \"sonar/no-built-in-override\": \"error\",\n \"sonar/no-case-label-in-switch\": \"error\",\n \"sonar/no-clear-text-protocols\": \"error\",\n \"sonar/no-code-after-done\": \"error\",\n \"sonar/no-collapsible-if\": \"error\",\n \"sonar/no-collection-size-mischeck\": \"error\",\n \"sonar/no-commented-code\": \"error\",\n \"sonar/no-control-regex\": \"error\",\n \"sonar/no-dead-store\": \"error\",\n \"sonar/no-delete-var\": \"error\",\n \"sonar/no-duplicate-in-composite\": \"error\",\n \"sonar/no-duplicate-string\": \"error\",\n \"sonar/no-duplicated-branches\": \"error\",\n \"sonar/no-element-overwrite\": \"error\",\n \"sonar/no-empty-after-reluctant\": \"error\",\n \"sonar/no-empty-alternatives\": \"error\",\n \"sonar/no-empty-character-class\": \"error\",\n \"sonar/no-empty-collection\": \"error\",\n \"sonar/no-empty-group\": \"error\",\n \"sonar/no-empty-test-file\": \"error\",\n \"sonar/no-equals-in-for-termination\": \"error\",\n \"sonar/no-exclusive-tests\": \"error\",\n \"sonar/no-extra-arguments\": \"error\",\n \"sonar/no-fallthrough\": \"error\",\n \"sonar/no-for-in-iterable\": \"error\",\n \"sonar/no-function-declaration-in-block\": \"error\",\n \"sonar/no-global-this\": \"error\",\n \"sonar/no-globals-shadowing\": \"error\",\n \"sonar/no-gratuitous-expressions\": \"error\",\n \"sonar/no-hardcoded-ip\": \"error\",\n \"sonar/no-hardcoded-passwords\": \"error\",\n \"sonar/no-hardcoded-secrets\": \"error\",\n \"sonar/no-hook-setter-in-body\": \"error\",\n \"sonar/no-identical-conditions\": \"error\",\n \"sonar/no-identical-expressions\": \"error\",\n \"sonar/no-identical-functions\": \"error\",\n \"sonar/no-ignored-exceptions\": \"error\",\n \"sonar/no-ignored-return\": \"error\",\n \"sonar/no-implicit-dependencies\": \"off\",\n \"sonar/no-implicit-global\": \"error\",\n \"sonar/no-in-misuse\": \"error\",\n \"sonar/no-incomplete-assertions\": \"error\",\n \"sonar/no-inconsistent-returns\": \"off\",\n \"sonar/no-incorrect-string-concat\": \"error\",\n \"sonar/no-internal-api-use\": \"error\",\n \"sonar/no-intrusive-permissions\": \"error\",\n \"sonar/no-invalid-regexp\": \"error\",\n \"sonar/no-invariant-returns\": \"error\",\n \"sonar/no-inverted-boolean-check\": \"error\",\n \"sonar/no-ip-forward\": \"error\",\n \"sonar/no-labels\": \"error\",\n \"sonar/no-literal-call\": \"error\",\n \"sonar/no-mime-sniff\": \"error\",\n \"sonar/no-misleading-array-reverse\": \"error\",\n \"sonar/no-misleading-character-class\": \"error\",\n \"sonar/no-mixed-content\": \"error\",\n \"sonar/no-nested-assignment\": \"error\",\n \"sonar/no-nested-conditional\": \"error\",\n \"sonar/no-nested-functions\": \"error\",\n \"sonar/no-nested-incdec\": \"error\",\n \"sonar/no-nested-switch\": \"error\",\n \"sonar/no-nested-template-literals\": \"error\",\n \"sonar/no-os-command-from-path\": \"error\",\n \"sonar/no-parameter-reassignment\": \"error\",\n \"sonar/no-primitive-wrappers\": \"error\",\n \"sonar/no-redundant-assignments\": \"error\",\n \"sonar/no-redundant-boolean\": \"error\",\n \"sonar/no-redundant-jump\": \"error\",\n \"sonar/no-redundant-optional\": \"error\",\n \"sonar/no-reference-error\": \"off\",\n \"sonar/no-referrer-policy\": \"error\",\n \"sonar/no-regex-spaces\": \"error\",\n \"sonar/no-require-or-define\": \"error\",\n \"sonar/no-return-type-any\": \"error\",\n \"sonar/no-same-argument-assert\": \"error\",\n \"sonar/no-same-line-conditional\": \"error\",\n \"sonar/no-selector-parameter\": \"error\",\n \"sonar/no-session-cookies-on-static-assets\": \"error\",\n \"sonar/no-skipped-tests\": \"error\",\n \"sonar/no-small-switch\": \"error\",\n \"sonar/no-sonar-comments\": \"error\",\n \"sonar/no-table-as-layout\": \"error\",\n \"sonar/no-try-promise\": \"error\",\n \"sonar/no-undefined-argument\": \"error\",\n \"sonar/no-undefined-assignment\": \"off\",\n \"sonar/no-unenclosed-multiline-block\": \"error\",\n \"sonar/no-uniq-key\": \"error\",\n \"sonar/no-unsafe-unzip\": \"error\",\n \"sonar/no-unthrown-error\": \"error\",\n \"sonar/no-unused-collection\": \"error\",\n \"sonar/no-unused-function-argument\": \"error\",\n \"sonar/no-unused-vars\": \"error\",\n \"sonar/no-use-of-empty-return-value\": \"error\",\n \"sonar/no-useless-catch\": \"error\",\n \"sonar/no-useless-increment\": \"error\",\n \"sonar/no-useless-intersection\": \"error\",\n \"sonar/no-useless-react-setstate\": \"error\",\n \"sonar/no-variable-usage-before-declaration\": \"error\",\n \"sonar/no-weak-cipher\": \"error\",\n \"sonar/no-weak-keys\": \"error\",\n \"sonar/no-wildcard-import\": \"error\",\n \"sonar/non-existent-operator\": \"error\",\n \"sonar/non-number-in-arithmetic-expression\": \"error\",\n \"sonar/null-dereference\": \"error\",\n \"sonar/object-alt-content\": \"error\",\n \"sonar/operation-returning-nan\": \"error\",\n \"sonar/os-command\": \"error\",\n \"sonar/post-message\": \"error\",\n \"sonar/prefer-default-last\": \"error\",\n \"sonar/prefer-immediate-return\": \"error\",\n \"sonar/prefer-object-literal\": \"error\",\n \"sonar/prefer-promise-shorthand\": \"error\",\n \"sonar/prefer-read-only-props\": \"error\",\n \"sonar/prefer-regexp-exec\": \"error\",\n \"sonar/prefer-single-boolean-return\": \"error\",\n \"sonar/prefer-type-guard\": \"error\",\n \"sonar/prefer-while\": \"error\",\n \"sonar/production-debug\": \"error\",\n \"sonar/pseudo-random\": \"error\",\n \"sonar/public-static-readonly\": \"error\",\n \"sonar/publicly-writable-directories\": \"error\",\n \"sonar/reduce-initial-value\": \"error\",\n \"sonar/redundant-type-aliases\": \"error\",\n \"sonar/regex-complexity\": \"error\",\n \"sonar/review-blockchain-mnemonic\": \"error\",\n \"sonar/session-regeneration\": \"error\",\n \"sonar/shorthand-property-grouping\": \"off\",\n \"sonar/single-char-in-character-classes\": \"error\",\n \"sonar/single-character-alternation\": \"error\",\n \"sonar/slow-regex\": \"error\",\n \"sonar/sql-queries\": \"error\",\n \"sonar/stable-tests\": \"error\",\n \"sonar/stateful-regex\": \"error\",\n \"sonar/strict-transport-security\": \"error\",\n \"sonar/strings-comparison\": \"error\",\n \"sonar/table-header\": \"error\",\n \"sonar/table-header-reference\": \"error\",\n \"sonar/test-check-exception\": \"error\",\n \"sonar/todo-tag\": \"off\",\n \"sonar/too-many-break-or-continue-in-loop\": \"error\",\n \"sonar/unicode-aware-regex\": \"error\",\n \"sonar/unused-import\": \"error\",\n \"sonar/unused-named-groups\": \"error\",\n \"sonar/unverified-certificate\": \"error\",\n \"sonar/unverified-hostname\": \"error\",\n \"sonar/updated-const-var\": \"error\",\n \"sonar/updated-loop-counter\": \"error\",\n \"sonar/use-type-alias\": \"error\",\n \"sonar/values-not-convertible-to-numbers\": \"error\",\n \"sonar/variable-name\": \"error\",\n \"sonar/void-use\": \"error\",\n \"sonar/weak-ssl\": \"error\",\n \"sonar/x-powered-by\": \"error\",\n \"sonar/xml-parser-xxe\": \"error\",\n \"perfectionist/sort-array-includes\": \"error\",\n \"perfectionist/sort-classes\": \"error\",\n \"perfectionist/sort-decorators\": \"error\",\n \"perfectionist/sort-enums\": \"error\",\n \"perfectionist/sort-export-attributes\": \"error\",\n \"perfectionist/sort-exports\": \"error\",\n \"perfectionist/sort-heritage-clauses\": \"error\",\n \"perfectionist/sort-import-attributes\": \"error\",\n \"perfectionist/sort-imports\": \"error\",\n \"perfectionist/sort-interfaces\": \"error\",\n \"perfectionist/sort-intersection-types\": \"error\",\n \"perfectionist/sort-jsx-props\": [\n \"error\",\n {\n \"fallbackSort\": {\n \"order\": \"asc\",\n \"type\": \"alphabetical\"\n },\n \"order\": \"asc\",\n \"type\": \"line-length\"\n }\n ],\n \"perfectionist/sort-maps\": \"error\",\n \"perfectionist/sort-modules\": \"error\",\n \"perfectionist/sort-named-exports\": \"error\",\n \"perfectionist/sort-named-imports\": \"error\",\n \"perfectionist/sort-object-types\": \"error\",\n \"perfectionist/sort-objects\": [\n \"error\",\n {\n \"partitionByComment\": true\n }\n ],\n \"perfectionist/sort-sets\": \"error\",\n \"perfectionist/sort-switch-case\": [\n \"error\",\n {\n \"order\": \"asc\",\n \"type\": \"alphabetical\"\n }\n ],\n \"perfectionist/sort-union-types\": \"error\",\n \"perfectionist/sort-variable-declarations\": [\n \"error\",\n {\n \"order\": \"asc\",\n \"type\": \"alphabetical\"\n }\n ],\n \"@tanstack/query/exhaustive-deps\": \"error\",\n \"@tanstack/query/infinite-query-property-order\": \"error\",\n \"@tanstack/query/mutation-property-order\": \"error\",\n \"@tanstack/query/no-rest-destructuring\": \"error\",\n \"@tanstack/query/no-unstable-deps\": \"error\",\n \"@tanstack/query/no-void-query-fn\": \"error\",\n \"@tanstack/query/stable-query-client\": \"error\",\n \"@tanstack/router/create-route-property-order\": \"error\",\n \"@tanstack/router/route-param-names\": \"error\",\n \"a11y/alt-text\": \"error\",\n \"a11y/anchor-ambiguous-text\": \"error\",\n \"a11y/anchor-has-content\": \"error\",\n \"a11y/anchor-is-valid\": \"error\",\n \"a11y/aria-activedescendant-has-tabindex\": \"error\",\n \"a11y/aria-props\": \"error\",\n \"a11y/aria-proptypes\": \"error\",\n \"a11y/aria-role\": \"error\",\n \"a11y/aria-unsupported-elements\": \"error\",\n \"a11y/autocomplete-valid\": \"error\",\n \"a11y/click-events-have-key-events\": \"error\",\n \"a11y/control-has-associated-label\": \"off\",\n \"a11y/heading-has-content\": \"error\",\n \"a11y/html-has-lang\": \"error\",\n \"a11y/iframe-has-title\": \"error\",\n \"a11y/img-redundant-alt\": \"error\",\n \"a11y/interactive-supports-focus\": \"error\",\n \"a11y/label-has-associated-control\": \"error\",\n \"a11y/lang\": \"error\",\n \"a11y/media-has-caption\": \"off\",\n \"a11y/mouse-events-have-key-events\": \"error\",\n \"a11y/no-access-key\": \"error\",\n \"a11y/no-aria-hidden-on-focusable\": \"error\",\n \"a11y/no-autofocus\": \"error\",\n \"a11y/no-distracting-elements\": \"error\",\n \"a11y/no-interactive-element-to-noninteractive-role\": \"error\",\n \"a11y/no-noninteractive-element-interactions\": \"error\",\n \"a11y/no-noninteractive-element-to-interactive-role\": \"error\",\n \"a11y/no-noninteractive-tabindex\": \"error\",\n \"a11y/no-redundant-roles\": \"error\",\n \"a11y/no-static-element-interactions\": \"error\",\n \"a11y/prefer-tag-over-role\": \"error\",\n \"a11y/role-has-required-aria-props\": \"error\",\n \"a11y/role-supports-aria-props\": \"error\",\n \"a11y/scope\": \"error\",\n \"a11y/tabindex-no-positive\": \"error\",\n \"cspell/spellchecker\": [\n \"error\",\n {\n \"cspell\": {\n \"words\": [\n \"tauri\",\n \"Applynetic\",\n \"julianday\",\n \"typicode\",\n \"toolbelt\",\n \"taze\",\n \"ethang\",\n \"TSESTree\",\n \"Boop\",\n \"cldr\",\n \"astro\",\n \"laravel\",\n \"qwik\",\n \"sitecore\",\n \"uswds\",\n \"mediat\",\n \"Packt\",\n \"Academind\",\n \"Udemy\",\n \"Colte\",\n \"Bootcamp\",\n \"HTMX\",\n \"MERN\",\n \"Nuxt\",\n \"Credly\",\n \"Sterett\",\n \"Beyonder\",\n \"hotspot\",\n \"lqip\",\n \"Hawn\",\n \"nextui\",\n \"speculationrules\",\n \"zustand\",\n \"vinxi\",\n \"datasource\",\n \"turso\",\n \"supabase\",\n \"solidjs\",\n \"labelledby\",\n \"svix\",\n \"blockqoute\",\n \"cortexjs\",\n \"mathrm\",\n \"nums\",\n \"lifecycles\",\n \"krausest\",\n \"Signalis\",\n \"Plass\",\n \"Iteree\",\n \"Sonner\",\n \"cmdk\",\n \"ngsw\",\n \"dexie\",\n \"leetcode\",\n \"ngsrc\",\n \"sindresorhus\",\n \"rogan\",\n \"heroui\",\n \"millis\",\n \"duckdb\",\n \"pthread\",\n \"remeda\",\n \"radash\",\n \"noto\",\n \"nosniff\",\n \"SAMEORIGIN\",\n \"starcoder\",\n \"logprobs\",\n \"sealioning\",\n \"swebok\",\n \"pluralsight\",\n \"skillset\",\n \"junie\",\n \"Flexbox\",\n \"reflogs\",\n \"Comeau\",\n \"autodocs\",\n \"agentic\",\n \"pico\",\n \"shiki\",\n \"vinext\",\n \"vibing\",\n \"vibed\",\n \"Microslop\",\n \"networkidle\",\n \"testuser\",\n \"influencers\",\n \"headspace\",\n \"PTSD\"\n ]\n }\n }\n ]\n },\n \n },\n{\n files: [\"**/*.md\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},\n plugins: {\n \"markdown\": markdown,\n },\n rules: {\n \"markdown/fenced-code-language\": \"error\",\n \"markdown/fenced-code-meta\": \"error\",\n \"markdown/heading-increment\": \"error\",\n \"markdown/no-bare-urls\": \"error\",\n \"markdown/no-duplicate-definitions\": \"error\",\n \"markdown/no-duplicate-headings\": \"error\",\n \"markdown/no-empty-definitions\": \"error\",\n \"markdown/no-empty-images\": \"error\",\n \"markdown/no-empty-links\": \"error\",\n \"markdown/no-html\": \"error\",\n \"markdown/no-invalid-label-refs\": \"error\",\n \"markdown/no-missing-atx-heading-space\": \"error\",\n \"markdown/no-missing-label-refs\": \"error\",\n \"markdown/no-missing-link-fragments\": \"error\",\n \"markdown/no-multiple-h1\": \"error\",\n \"markdown/no-reference-like-urls\": \"error\",\n \"markdown/no-reversed-media-syntax\": \"error\",\n \"markdown/no-space-in-emphasis\": \"error\",\n \"markdown/no-unused-definitions\": \"error\",\n \"markdown/require-alt-text\": \"error\",\n \"markdown/table-column-count\": \"error\"\n },\n \n },\n{\n files: [\"**/*.css\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},language: \"css/css\",\n plugins: {\n \"css\": css,\n },\n rules: {\n \"css/font-family-fallbacks\": \"error\",\n \"css/no-duplicate-imports\": \"error\",\n \"css/no-duplicate-keyframe-selectors\": \"error\",\n \"css/no-empty-blocks\": \"error\",\n \"css/no-important\": \"error\",\n \"css/no-invalid-at-rule-placement\": \"error\",\n \"css/no-invalid-at-rules\": \"off\",\n \"css/no-invalid-named-grid-areas\": \"error\",\n \"css/no-invalid-properties\": \"error\",\n \"css/no-unmatchable-selectors\": \"error\",\n \"css/prefer-logical-properties\": \"error\",\n \"css/relative-font-units\": \"error\",\n \"css/selector-complexity\": \"error\",\n \"css/use-baseline\": [\n \"error\",\n {\n \"available\": \"newly\"\n }\n ],\n \"css/use-layers\": \"error\"\n },\n \n },\n{\n files: [\"**/*.json\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},language: \"json/json\",\n plugins: {\n \"json\": json,\n },\n rules: {\n \"json/no-duplicate-keys\": \"error\",\n \"json/no-empty-keys\": \"error\",\n \"json/no-unnormalized-keys\": \"error\",\n \"json/no-unsafe-values\": \"error\",\n \"json/sort-keys\": \"error\",\n \"json/top-level-interop\": \"error\"\n },\n \n },\n{\n files: [\"**/*.jsonc\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},language: \"json/jsonc\",\n plugins: {\n \"json\": json,\n },\n rules: {\n \"json/no-duplicate-keys\": \"error\",\n \"json/no-empty-keys\": \"error\",\n \"json/no-unnormalized-keys\": \"error\",\n \"json/no-unsafe-values\": \"error\",\n \"json/sort-keys\": \"error\",\n \"json/top-level-interop\": \"error\"\n },\n \n },\n{\n files: [\"**/*.json5\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},language: \"json/json5\",\n plugins: {\n \"json\": json,\n },\n rules: {\n \"json/no-duplicate-keys\": \"error\",\n \"json/no-empty-keys\": \"error\",\n \"json/no-unnormalized-keys\": \"error\",\n \"json/no-unsafe-values\": \"error\",\n \"json/sort-keys\": \"error\",\n \"json/top-level-interop\": \"error\"\n },\n \n },\neslintConfigPrettier,\neslintPluginPrettierRecommended\n);\n"],"mappings":"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ACP,QACA,aACA,YACA,WACA,WACA,OACA,SACA,WACA,OACA,OACA,QACA,UACA,OACA,WACA,QACA,SACA,QACA,YACA,QACA,QACA,WACA,OACA,OACA,OACA,SACA,UACA,WACA,UACA,OACA,OACA,SACA,mBACA,UACA,QACA,aACA,QACA,WACA,UACA,aACA,OACA,aACA,WACA,SACA,OACA,aACA,WACA,WACA,QACA,SACA,SACA,OACA,OACA,QACA,WACA,QACA,eACA,QACA,SACA,SACA,SACA,UACA,SACA,SACA,OACA,UACA,aACA,YACA,WACA,aACA,SACA,cACA,WACA,QACA,UACA,UACA,SACA,WACA,UACA,OACA,QACA,SACA,SACA,QACA,YACA,cACA,WACA,cACA,YACA,MACF,CACF,CACF,CACF,CACE,CAEF,EACF,CACI,MAAO,CAAC,SAAS,EACrB,gBAAAiB,EACA,SAAU,CACR,MAAQ,CAAC,QAAU,QAAQ,CAC7B,EACI,QAAS,CACP,SAAYX,CACd,EACA,MAAO,CACL,gCAAiC,QACrC,4BAA6B,QAC7B,6BAA8B,QAC9B,wBAAyB,QACzB,oCAAqC,QACrC,iCAAkC,QAClC,gCAAiC,QACjC,2BAA4B,QAC5B,0BAA2B,QAC3B,mBAAoB,QACpB,iCAAkC,QAClC,wCAAyC,QACzC,iCAAkC,QAClC,qCAAsC,QACtC,0BAA2B,QAC3B,kCAAmC,QACnC,oCAAqC,QACrC,gCAAiC,QACjC,iCAAkC,QAClC,4BAA6B,QAC7B,8BAA+B,OAC7B,CAEF,EACF,CACI,MAAO,CAAC,UAAU,EACtB,gBAAAW,EACA,SAAU,CACR,MAAQ,CAAC,QAAU,QAAQ,CAC7B,EAAE,SAAU,UACR,QAAS,CACP,IAAOhB,CACT,EACA,MAAO,CACL,4BAA6B,QACjC,2BAA4B,QAC5B,sCAAuC,QACvC,sBAAuB,QACvB,mBAAoB,QACpB,mCAAoC,QACpC,0BAA2B,MAC3B,kCAAmC,QACnC,4BAA6B,QAC7B,+BAAgC,QAChC,gCAAiC,QACjC,0BAA2B,QAC3B,0BAA2B,QAC3B,mBAAoB,CAClB,QACA,CACE,UAAa,OACf,CACF,EACA,iBAAkB,OAChB,CAEF,EACF,CACI,MAAO,CAAC,WAAW,EACvB,gBAAAgB,EACA,SAAU,CACR,MAAQ,CAAC,QAAU,QAAQ,CAC7B,EAAE,SAAU,YACR,QAAS,CACP,KAAQb,CACV,EACA,MAAO,CACL,yBAA0B,QAC9B,qBAAsB,QACtB,4BAA6B,QAC7B,wBAAyB,QACzB,iBAAkB,QAClB,yBAA0B,OACxB,CAEF,EACF,CACI,MAAO,CAAC,YAAY,EACxB,gBAAAa,EACA,SAAU,CACR,MAAQ,CAAC,QAAU,QAAQ,CAC7B,EAAE,SAAU,aACR,QAAS,CACP,KAAQb,CACV,EACA,MAAO,CACL,yBAA0B,QAC9B,qBAAsB,QACtB,4BAA6B,QAC7B,wBAAyB,QACzB,iBAAkB,QAClB,yBAA0B,OACxB,CAEF,EACF,CACI,MAAO,CAAC,YAAY,EACxB,gBAAAa,EACA,SAAU,CACR,MAAQ,CAAC,QAAU,QAAQ,CAC7B,EAAE,SAAU,aACR,QAAS,CACP,KAAQb,CACV,EACA,MAAO,CACL,yBAA0B,QAC9B,qBAAsB,QACtB,4BAA6B,QAC7B,wBAAyB,QACzB,iBAAkB,QAClB,yBAA0B,OACxB,CAEF,EACFF,EACAC,CACA","names":["defineConfig","globalIgnores","fixupPluginRules","a11y","compat","cspell","css","eslintConfigPrettier","eslintPluginPrettierRecommended","json","lodashConfig","markdown","perfectionist","sonar","tanstackQuery","tanstackRouter","tseslint","unicorn","config_main_default","defineConfig","globalIgnores","ignores","languageOptions","fixupPluginRules"]}
|
package/config.react.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.react.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport react from \"@eslint-react/eslint-plugin\";\nimport reactHooks from \"eslint-plugin-react-hooks\";\n\nexport default defineConfig(\n
|
|
1
|
+
{"version":3,"sources":["../src/config.react.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport react from \"@eslint-react/eslint-plugin\";\nimport reactHooks from \"eslint-plugin-react-hooks\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.{jsx,tsx}\"],\nlanguageOptions,\nsettings: {\n \"react\":{\"version\":\"19.2.4\"}\n},\n plugins: {\n \"react\": react,\"react-hooks\": reactHooks,\n },\n rules: {\n \"react/component-hook-factories\": \"error\",\n \"react/error-boundaries\": \"error\",\n \"react/exhaustive-deps\": \"error\",\n \"react/immutability\": \"error\",\n \"react/jsx-dollar\": \"error\",\n \"react/jsx-key-before-spread\": \"error\",\n \"react/jsx-no-comment-textnodes\": \"error\",\n \"react/jsx-shorthand-boolean\": \"error\",\n \"react/jsx-shorthand-fragment\": \"error\",\n \"react/no-access-state-in-setstate\": \"error\",\n \"react/no-array-index-key\": \"error\",\n \"react/no-children-count\": \"error\",\n \"react/no-children-for-each\": \"error\",\n \"react/no-children-map\": \"error\",\n \"react/no-children-only\": \"error\",\n \"react/no-children-prop\": \"error\",\n \"react/no-children-to-array\": \"error\",\n \"react/no-class-component\": \"error\",\n \"react/no-clone-element\": \"error\",\n \"react/no-component-will-mount\": \"error\",\n \"react/no-component-will-receive-props\": \"error\",\n \"react/no-component-will-update\": \"error\",\n \"react/no-context-provider\": \"error\",\n \"react/no-create-ref\": \"error\",\n \"react/no-direct-mutation-state\": \"error\",\n \"react/no-duplicate-key\": \"error\",\n \"react/no-forward-ref\": \"error\",\n \"react/no-implicit-children\": \"error\",\n \"react/no-implicit-key\": \"error\",\n \"react/no-implicit-ref\": \"error\",\n \"react/no-leaked-conditional-rendering\": \"error\",\n \"react/no-missing-component-display-name\": \"error\",\n \"react/no-missing-context-display-name\": \"error\",\n \"react/no-missing-key\": \"error\",\n \"react/no-misused-capture-owner-stack\": \"error\",\n \"react/no-nested-component-definitions\": \"error\",\n \"react/no-nested-lazy-component-declarations\": \"error\",\n \"react/no-redundant-should-component-update\": \"error\",\n \"react/no-set-state-in-component-did-mount\": \"error\",\n \"react/no-set-state-in-component-did-update\": \"error\",\n \"react/no-set-state-in-component-will-update\": \"error\",\n \"react/no-unnecessary-use-callback\": \"error\",\n \"react/no-unnecessary-use-memo\": \"error\",\n \"react/no-unnecessary-use-prefix\": \"error\",\n \"react/no-unsafe-component-will-mount\": \"error\",\n \"react/no-unsafe-component-will-receive-props\": \"error\",\n \"react/no-unsafe-component-will-update\": \"error\",\n \"react/no-unstable-context-value\": \"error\",\n \"react/no-unstable-default-props\": \"error\",\n \"react/no-unused-class-component-members\": \"error\",\n \"react/no-unused-props\": \"error\",\n \"react/no-unused-state\": \"error\",\n \"react/no-use-context\": \"error\",\n \"react/no-useless-fragment\": \"error\",\n \"react/prefer-destructuring-assignment\": \"error\",\n \"react/prefer-namespace-import\": \"error\",\n \"react/purity\": \"error\",\n \"react/refs\": \"error\",\n \"react/rules-of-hooks\": \"error\",\n \"react/set-state-in-effect\": \"error\",\n \"react/set-state-in-render\": \"error\",\n \"react/unstable-rules-of-props\": \"error\",\n \"react/unstable-rules-of-state\": \"error\",\n \"react/unsupported-syntax\": \"error\",\n \"react/use-memo\": \"error\",\n \"react/use-state\": \"error\",\n \"react-hooks/automatic-effect-dependencies\": \"error\",\n \"react-hooks/capitalized-calls\": \"error\",\n \"react-hooks/component-hook-factories\": \"error\",\n \"react-hooks/config\": \"error\",\n \"react-hooks/error-boundaries\": \"error\",\n \"react-hooks/exhaustive-deps\": \"error\",\n \"react-hooks/fbt\": \"error\",\n \"react-hooks/fire\": \"error\",\n \"react-hooks/gating\": \"error\",\n \"react-hooks/globals\": \"error\",\n \"react-hooks/hooks\": \"error\",\n \"react-hooks/immutability\": \"error\",\n \"react-hooks/incompatible-library\": \"error\",\n \"react-hooks/invariant\": \"error\",\n \"react-hooks/memoized-effect-dependencies\": \"error\",\n \"react-hooks/no-deriving-state-in-effects\": \"error\",\n \"react-hooks/preserve-manual-memoization\": \"error\",\n \"react-hooks/purity\": \"error\",\n \"react-hooks/refs\": \"error\",\n \"react-hooks/rule-suppression\": \"error\",\n \"react-hooks/rules-of-hooks\": \"error\",\n \"react-hooks/set-state-in-effect\": \"error\",\n \"react-hooks/set-state-in-render\": \"error\",\n \"react-hooks/static-components\": \"error\",\n \"react-hooks/syntax\": \"error\",\n \"react-hooks/todo\": \"error\",\n \"react-hooks/unsupported-syntax\": \"error\",\n \"react-hooks/use-memo\": \"error\",\n \"react-hooks/void-use-memo\": \"error\"\n },\n \n }\n);\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAW,8BAClB,OAAOC,MAAgB,4BAEvB,IAAOC,EAAQC,EACbC,EAAcC,CAAO,EACvB,CACI,MAAO,CAAC,gBAAgB,EAC5B,gBAAAC,EACA,SAAU,CACR,MAAQ,CAAC,QAAU,QAAQ,CAC7B,EACI,QAAS,CACP,MAASN,EAAM,cAAeC,CAChC,EACA,MAAO,CACL,iCAAkC,QACtC,yBAA0B,QAC1B,wBAAyB,QACzB,qBAAsB,QACtB,mBAAoB,QACpB,8BAA+B,QAC/B,iCAAkC,QAClC,8BAA+B,QAC/B,+BAAgC,QAChC,oCAAqC,QACrC,2BAA4B,QAC5B,0BAA2B,QAC3B,6BAA8B,QAC9B,wBAAyB,QACzB,yBAA0B,QAC1B,yBAA0B,QAC1B,6BAA8B,QAC9B,2BAA4B,QAC5B,yBAA0B,QAC1B,gCAAiC,QACjC,wCAAyC,QACzC,iCAAkC,QAClC,4BAA6B,QAC7B,sBAAuB,QACvB,iCAAkC,QAClC,yBAA0B,QAC1B,uBAAwB,QACxB,6BAA8B,QAC9B,wBAAyB,QACzB,wBAAyB,QACzB,wCAAyC,QACzC,0CAA2C,QAC3C,wCAAyC,QACzC,uBAAwB,QACxB,uCAAwC,QACxC,wCAAyC,QACzC,8CAA+C,QAC/C,6CAA8C,QAC9C,4CAA6C,QAC7C,6CAA8C,QAC9C,8CAA+C,QAC/C,oCAAqC,QACrC,gCAAiC,QACjC,kCAAmC,QACnC,uCAAwC,QACxC,+CAAgD,QAChD,wCAAyC,QACzC,kCAAmC,QACnC,kCAAmC,QACnC,0CAA2C,QAC3C,wBAAyB,QACzB,wBAAyB,QACzB,uBAAwB,QACxB,4BAA6B,QAC7B,wCAAyC,QACzC,gCAAiC,QACjC,eAAgB,QAChB,aAAc,QACd,uBAAwB,QACxB,4BAA6B,QAC7B,4BAA6B,QAC7B,gCAAiC,QACjC,gCAAiC,QACjC,2BAA4B,QAC5B,iBAAkB,QAClB,kBAAmB,QACnB,4CAA6C,QAC7C,gCAAiC,QACjC,uCAAwC,QACxC,qBAAsB,QACtB,+BAAgC,QAChC,8BAA+B,QAC/B,kBAAmB,QACnB,mBAAoB,QACpB,qBAAsB,QACtB,sBAAuB,QACvB,oBAAqB,QACrB,2BAA4B,QAC5B,mCAAoC,QACpC,wBAAyB,QACzB,2CAA4C,QAC5C,2CAA4C,QAC5C,0CAA2C,QAC3C,qBAAsB,QACtB,mBAAoB,QACpB,+BAAgC,QAChC,6BAA8B,QAC9B,kCAAmC,QACnC,kCAAmC,QACnC,gCAAiC,QACjC,qBAAsB,QACtB,mBAAoB,QACpB,iCAAkC,QAClC,uBAAwB,QACxB,4BAA6B,OAC3B,CAEF,CACF","names":["defineConfig","globalIgnores","react","reactHooks","config_react_default","defineConfig","globalIgnores","ignores","languageOptions"]}
|
package/config.solid.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.solid.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport solid from \"eslint-plugin-solid\";\n\nexport default defineConfig(\n
|
|
1
|
+
{"version":3,"sources":["../src/config.solid.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport solid from \"eslint-plugin-solid\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.{jsx,tsx}\"],\nlanguageOptions,\n plugins: {\n \"solid\": solid,\n },\n rules: {\n \"solid/components-return-once\": \"error\",\n \"solid/event-handlers\": \"error\",\n \"solid/imports\": \"error\",\n \"solid/jsx-no-duplicate-props\": \"error\",\n \"solid/jsx-no-script-url\": \"error\",\n \"solid/jsx-no-undef\": \"error\",\n \"solid/jsx-uses-vars\": \"error\",\n \"solid/no-array-handlers\": \"error\",\n \"solid/no-destructure\": \"error\",\n \"solid/no-innerhtml\": \"error\",\n \"solid/no-proxy-apis\": \"off\",\n \"solid/no-react-deps\": \"error\",\n \"solid/no-react-specific-props\": \"error\",\n \"solid/no-unknown-namespaces\": \"error\",\n \"solid/prefer-for\": \"error\",\n \"solid/prefer-show\": \"error\",\n \"solid/reactivity\": \"error\",\n \"solid/self-closing-comp\": \"error\",\n \"solid/style-prop\": \"error\"\n },\n \n }\n);\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAW,sBAElB,IAAOC,EAAQC,EACbC,EAAcC,CAAO,EACvB,CACI,MAAO,CAAC,gBAAgB,EAC5B,gBAAAC,EACI,QAAS,CACP,MAASL,CACX,EACA,MAAO,CACL,+BAAgC,QACpC,uBAAwB,QACxB,gBAAiB,QACjB,+BAAgC,QAChC,0BAA2B,QAC3B,qBAAsB,QACtB,sBAAuB,QACvB,0BAA2B,QAC3B,uBAAwB,QACxB,qBAAsB,QACtB,sBAAuB,MACvB,sBAAuB,QACvB,gCAAiC,QACjC,8BAA+B,QAC/B,mBAAoB,QACpB,oBAAqB,QACrB,mBAAoB,QACpB,0BAA2B,QAC3B,mBAAoB,OAClB,CAEF,CACF","names":["defineConfig","globalIgnores","solid","config_solid_default","defineConfig","globalIgnores","ignores","languageOptions"]}
|
package/config.storybook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.storybook.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport storybook from \"eslint-plugin-storybook\";\n\nexport default defineConfig(\n
|
|
1
|
+
{"version":3,"sources":["../src/config.storybook.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport storybook from \"eslint-plugin-storybook\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.stories.@(ts|tsx|js|jsx|mjs|cjs)\"],\nlanguageOptions,\n plugins: {\n \"storybook\": storybook,\n },\n rules: {\n \"storybook/await-interactions\": \"error\",\n \"storybook/context-in-play-function\": \"error\",\n \"storybook/csf-component\": \"error\",\n \"storybook/default-exports\": \"error\",\n \"storybook/hierarchy-separator\": \"error\",\n \"storybook/meta-inline-properties\": \"error\",\n \"storybook/meta-satisfies-type\": \"error\",\n \"storybook/no-redundant-story-name\": \"error\",\n \"storybook/no-renderer-packages\": \"error\",\n \"storybook/no-stories-of\": \"error\",\n \"storybook/no-title-property-in-meta\": \"error\",\n \"storybook/no-uninstalled-addons\": \"error\",\n \"storybook/prefer-pascal-case\": \"error\",\n \"storybook/story-exports\": \"error\",\n \"storybook/use-storybook-expect\": \"error\",\n \"storybook/use-storybook-testing-library\": \"error\"\n },\n \n }\n);\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAe,0BAEtB,IAAOC,EAAQC,EACbC,EAAcC,CAAO,EACvB,CACI,MAAO,CAAC,uCAAuC,EACnD,gBAAAC,EACI,QAAS,CACP,UAAaL,CACf,EACA,MAAO,CACL,+BAAgC,QACpC,qCAAsC,QACtC,0BAA2B,QAC3B,4BAA6B,QAC7B,gCAAiC,QACjC,mCAAoC,QACpC,gCAAiC,QACjC,oCAAqC,QACrC,iCAAkC,QAClC,0BAA2B,QAC3B,sCAAuC,QACvC,kCAAmC,QACnC,+BAAgC,QAChC,0BAA2B,QAC3B,iCAAkC,QAClC,0CAA2C,OACzC,CAEF,CACF","names":["defineConfig","globalIgnores","storybook","config_storybook_default","defineConfig","globalIgnores","ignores","languageOptions"]}
|
package/config.tailwind.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/config.tailwind.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { fixupPluginRules } from \"@eslint/compat\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport tailwind from \"eslint-plugin-tailwindcss\";\n\nconst config = (/** @type {string} */ pathToConfig) => {\n
|
|
1
|
+
{"version":3,"sources":["../src/config.tailwind.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { fixupPluginRules } from \"@eslint/compat\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport tailwind from \"eslint-plugin-tailwindcss\";\n\nconst config = (/** @type {string} */ pathToConfig) => {\n return defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts}\"],\nlanguageOptions,\n plugins: {\n \"tailwind\": fixupPluginRules(tailwind),\n },\n rules: {\n \"tailwind/classnames-order\": \"error\",\n \"tailwind/enforces-negative-arbitrary-values\": \"error\",\n \"tailwind/enforces-shorthand\": \"error\",\n \"tailwind/migration-from-tailwind-2\": \"error\",\n \"tailwind/no-arbitrary-value\": \"off\",\n \"tailwind/no-contradicting-classname\": \"error\",\n \"tailwind/no-custom-classname\": \"off\",\n \"tailwind/no-unnecessary-arbitrary-value\": \"error\"\n },\n settings: { tailwindcss: { config: pathToConfig } },\n }\n );\n}\n\nexport default config;\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAC5C,OAAS,oBAAAC,MAAwB,iBAEjC,OAAOC,MAAc,4BAErB,IAAMC,EAAgCC,GAC7BC,EACLC,EAAcC,CAAO,EACzB,CACI,MAAO,CAAC,sCAAsC,EAClD,gBAAAC,EACI,QAAS,CACP,SAAYC,EAAiBP,CAAQ,CACvC,EACA,MAAO,CACL,4BAA6B,QACjC,8CAA+C,QAC/C,8BAA+B,QAC/B,qCAAsC,QACtC,8BAA+B,MAC/B,sCAAuC,QACvC,+BAAgC,MAChC,0CAA2C,OACzC,EACA,SAAU,CAAE,YAAa,CAAE,OAAQE,CAAa,CAAE,CACpD,CACA,EAGKM,EAAQP","names":["defineConfig","globalIgnores","fixupPluginRules","tailwind","config","pathToConfig","defineConfig","globalIgnores","ignores","languageOptions","fixupPluginRules","config_tailwind_default"]}
|
package/config.vitest.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as e,b as r}from"./chunk-6GP5IJXA.js";import{defineConfig as t,globalIgnores as o}from"eslint/config";import s from"@vitest/eslint-plugin";var a=t(o(e),{files:["**/*.test.{ts,tsx,js,jsx,mjs,cjs}"],languageOptions:r,plugins:{vitest:s},rules:{"@typescript-eslint/no-unsafe-type-assertion":"off","unicorn/no-useless-undefined":"off","vitest/consistent-each-for":"error","vitest/consistent-test-filename":"error","vitest/consistent-test-it":"error","vitest/consistent-vitest-vi":"error","vitest/expect-expect":"error","vitest/hoisted-apis-on-top":"error","vitest/max-expects":"error","vitest/max-nested-describe":"error","vitest/no-alias-methods":"error","vitest/no-commented-out-tests":"error","vitest/no-conditional-expect":"error","vitest/no-conditional-in-test":"error","vitest/no-conditional-tests":"error","vitest/no-disabled-tests":"error","vitest/no-duplicate-hooks":"error","vitest/no-focused-tests":"error","vitest/no-hooks":"error","vitest/no-identical-title":"error","vitest/no-import-node-test":"error","vitest/no-importing-vitest-globals":"error","vitest/no-interpolation-in-snapshots":"error","vitest/no-large-snapshots":"error","vitest/no-mocks-import":"error","vitest/no-restricted-matchers":"error","vitest/no-restricted-vi-methods":"error","vitest/no-standalone-expect":"error","vitest/no-test-prefixes":"error","vitest/no-test-return-statement":"error","vitest/no-unneeded-async-expect-function":"error","vitest/padding-around-after-all-blocks":"error","vitest/padding-around-after-each-blocks":"error","vitest/padding-around-all":"error","vitest/padding-around-before-all-blocks":"error","vitest/padding-around-before-each-blocks":"error","vitest/padding-around-describe-blocks":"error","vitest/padding-around-expect-groups":"error","vitest/padding-around-test-blocks":"error","vitest/prefer-called-exactly-once-with":"error","vitest/prefer-called-once":"error","vitest/prefer-called-times":"error","vitest/prefer-called-with":"error","vitest/prefer-comparison-matcher":"error","vitest/prefer-describe-function-title":"error","vitest/prefer-each":"error","vitest/prefer-equality-matcher":"error","vitest/prefer-expect-assertions":"error","vitest/prefer-expect-resolves":"error","vitest/prefer-expect-type-of":"error","vitest/prefer-hooks-in-order":"error","vitest/prefer-hooks-on-top":"error","vitest/prefer-import-in-mock":"error","vitest/prefer-importing-vitest-globals":"off","vitest/prefer-lowercase-title":"error","vitest/prefer-mock-promise-shorthand":"error","vitest/prefer-mock-return-shorthand":"error","vitest/prefer-snapshot-hint":"error","vitest/prefer-spy-on":"error","vitest/prefer-strict-boolean-matchers":"error","vitest/prefer-strict-equal":"error","vitest/prefer-to-be":"error","vitest/prefer-to-be-falsy":"error","vitest/prefer-to-be-object":"error","vitest/prefer-to-be-truthy":"error","vitest/prefer-to-contain":"error","vitest/prefer-to-have-been-called-times":"error","vitest/prefer-to-have-length":"error","vitest/prefer-todo":"error","vitest/prefer-vi-mocked":"error","vitest/require-awaited-expect-poll":"error","vitest/require-hook":"error","vitest/require-local-test-context-for-concurrent-snapshots":"error","vitest/require-mock-type-parameters":"error","vitest/require-test-timeout":"error","vitest/require-to-throw-message":"error","vitest/require-top-level-describe":"error","vitest/unbound-method":"error","vitest/valid-describe-callback":"error","vitest/valid-expect":"error","vitest/valid-expect-in-promise":"error","vitest/valid-title":"error","vitest/warn-todo":"error"}});export{a as default};
|
|
2
|
+
//# sourceMappingURL=config.vitest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/config.vitest.js"],"sourcesContent":["// @ts-nocheck\nimport { defineConfig, globalIgnores } from \"eslint/config\";\nimport { ignores, languageOptions } from \"./constants.js\";\nimport vitest from \"@vitest/eslint-plugin\";\n\nexport default defineConfig(\n globalIgnores(ignores),\n{\n files: [\"**/*.test.{ts,tsx,js,jsx,mjs,cjs}\"],\nlanguageOptions,\n plugins: {\n \"vitest\": vitest,\n },\n rules: {\n \"@typescript-eslint/no-unsafe-type-assertion\": \"off\",\n \"unicorn/no-useless-undefined\": \"off\",\n \"vitest/consistent-each-for\": \"error\",\n \"vitest/consistent-test-filename\": \"error\",\n \"vitest/consistent-test-it\": \"error\",\n \"vitest/consistent-vitest-vi\": \"error\",\n \"vitest/expect-expect\": \"error\",\n \"vitest/hoisted-apis-on-top\": \"error\",\n \"vitest/max-expects\": \"error\",\n \"vitest/max-nested-describe\": \"error\",\n \"vitest/no-alias-methods\": \"error\",\n \"vitest/no-commented-out-tests\": \"error\",\n \"vitest/no-conditional-expect\": \"error\",\n \"vitest/no-conditional-in-test\": \"error\",\n \"vitest/no-conditional-tests\": \"error\",\n \"vitest/no-disabled-tests\": \"error\",\n \"vitest/no-duplicate-hooks\": \"error\",\n \"vitest/no-focused-tests\": \"error\",\n \"vitest/no-hooks\": \"error\",\n \"vitest/no-identical-title\": \"error\",\n \"vitest/no-import-node-test\": \"error\",\n \"vitest/no-importing-vitest-globals\": \"error\",\n \"vitest/no-interpolation-in-snapshots\": \"error\",\n \"vitest/no-large-snapshots\": \"error\",\n \"vitest/no-mocks-import\": \"error\",\n \"vitest/no-restricted-matchers\": \"error\",\n \"vitest/no-restricted-vi-methods\": \"error\",\n \"vitest/no-standalone-expect\": \"error\",\n \"vitest/no-test-prefixes\": \"error\",\n \"vitest/no-test-return-statement\": \"error\",\n \"vitest/no-unneeded-async-expect-function\": \"error\",\n \"vitest/padding-around-after-all-blocks\": \"error\",\n \"vitest/padding-around-after-each-blocks\": \"error\",\n \"vitest/padding-around-all\": \"error\",\n \"vitest/padding-around-before-all-blocks\": \"error\",\n \"vitest/padding-around-before-each-blocks\": \"error\",\n \"vitest/padding-around-describe-blocks\": \"error\",\n \"vitest/padding-around-expect-groups\": \"error\",\n \"vitest/padding-around-test-blocks\": \"error\",\n \"vitest/prefer-called-exactly-once-with\": \"error\",\n \"vitest/prefer-called-once\": \"error\",\n \"vitest/prefer-called-times\": \"error\",\n \"vitest/prefer-called-with\": \"error\",\n \"vitest/prefer-comparison-matcher\": \"error\",\n \"vitest/prefer-describe-function-title\": \"error\",\n \"vitest/prefer-each\": \"error\",\n \"vitest/prefer-equality-matcher\": \"error\",\n \"vitest/prefer-expect-assertions\": \"error\",\n \"vitest/prefer-expect-resolves\": \"error\",\n \"vitest/prefer-expect-type-of\": \"error\",\n \"vitest/prefer-hooks-in-order\": \"error\",\n \"vitest/prefer-hooks-on-top\": \"error\",\n \"vitest/prefer-import-in-mock\": \"error\",\n \"vitest/prefer-importing-vitest-globals\": \"off\",\n \"vitest/prefer-lowercase-title\": \"error\",\n \"vitest/prefer-mock-promise-shorthand\": \"error\",\n \"vitest/prefer-mock-return-shorthand\": \"error\",\n \"vitest/prefer-snapshot-hint\": \"error\",\n \"vitest/prefer-spy-on\": \"error\",\n \"vitest/prefer-strict-boolean-matchers\": \"error\",\n \"vitest/prefer-strict-equal\": \"error\",\n \"vitest/prefer-to-be\": \"error\",\n \"vitest/prefer-to-be-falsy\": \"error\",\n \"vitest/prefer-to-be-object\": \"error\",\n \"vitest/prefer-to-be-truthy\": \"error\",\n \"vitest/prefer-to-contain\": \"error\",\n \"vitest/prefer-to-have-been-called-times\": \"error\",\n \"vitest/prefer-to-have-length\": \"error\",\n \"vitest/prefer-todo\": \"error\",\n \"vitest/prefer-vi-mocked\": \"error\",\n \"vitest/require-awaited-expect-poll\": \"error\",\n \"vitest/require-hook\": \"error\",\n \"vitest/require-local-test-context-for-concurrent-snapshots\": \"error\",\n \"vitest/require-mock-type-parameters\": \"error\",\n \"vitest/require-test-timeout\": \"error\",\n \"vitest/require-to-throw-message\": \"error\",\n \"vitest/require-top-level-describe\": \"error\",\n \"vitest/unbound-method\": \"error\",\n \"vitest/valid-describe-callback\": \"error\",\n \"vitest/valid-expect\": \"error\",\n \"vitest/valid-expect-in-promise\": \"error\",\n \"vitest/valid-title\": \"error\",\n \"vitest/warn-todo\": \"error\"\n },\n \n }\n);\n"],"mappings":"+CACA,OAAS,gBAAAA,EAAc,iBAAAC,MAAqB,gBAE5C,OAAOC,MAAY,wBAEnB,IAAOC,EAAQC,EACbC,EAAcC,CAAO,EACvB,CACI,MAAO,CAAC,mCAAmC,EAC/C,gBAAAC,EACI,QAAS,CACP,OAAUL,CACZ,EACA,MAAO,CACL,8CAA+C,MACnD,+BAAgC,MAChC,6BAA8B,QAC9B,kCAAmC,QACnC,4BAA6B,QAC7B,8BAA+B,QAC/B,uBAAwB,QACxB,6BAA8B,QAC9B,qBAAsB,QACtB,6BAA8B,QAC9B,0BAA2B,QAC3B,gCAAiC,QACjC,+BAAgC,QAChC,gCAAiC,QACjC,8BAA+B,QAC/B,2BAA4B,QAC5B,4BAA6B,QAC7B,0BAA2B,QAC3B,kBAAmB,QACnB,4BAA6B,QAC7B,6BAA8B,QAC9B,qCAAsC,QACtC,uCAAwC,QACxC,4BAA6B,QAC7B,yBAA0B,QAC1B,gCAAiC,QACjC,kCAAmC,QACnC,8BAA+B,QAC/B,0BAA2B,QAC3B,kCAAmC,QACnC,2CAA4C,QAC5C,yCAA0C,QAC1C,0CAA2C,QAC3C,4BAA6B,QAC7B,0CAA2C,QAC3C,2CAA4C,QAC5C,wCAAyC,QACzC,sCAAuC,QACvC,oCAAqC,QACrC,yCAA0C,QAC1C,4BAA6B,QAC7B,6BAA8B,QAC9B,4BAA6B,QAC7B,mCAAoC,QACpC,wCAAyC,QACzC,qBAAsB,QACtB,iCAAkC,QAClC,kCAAmC,QACnC,gCAAiC,QACjC,+BAAgC,QAChC,+BAAgC,QAChC,6BAA8B,QAC9B,+BAAgC,QAChC,yCAA0C,MAC1C,gCAAiC,QACjC,uCAAwC,QACxC,sCAAuC,QACvC,8BAA+B,QAC/B,uBAAwB,QACxB,wCAAyC,QACzC,6BAA8B,QAC9B,sBAAuB,QACvB,4BAA6B,QAC7B,6BAA8B,QAC9B,6BAA8B,QAC9B,2BAA4B,QAC5B,0CAA2C,QAC3C,+BAAgC,QAChC,qBAAsB,QACtB,0BAA2B,QAC3B,qCAAsC,QACtC,sBAAuB,QACvB,6DAA8D,QAC9D,sCAAuC,QACvC,8BAA+B,QAC/B,kCAAmC,QACnC,oCAAqC,QACrC,wBAAyB,QACzB,iCAAkC,QAClC,sBAAuB,QACvB,iCAAkC,QAClC,qBAAsB,QACtB,mBAAoB,OAClB,CAEF,CACF","names":["defineConfig","globalIgnores","vitest","config_vitest_default","defineConfig","globalIgnores","ignores","languageOptions"]}
|
package/package.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"@tanstack/eslint-plugin-query": "^5.95.2",
|
|
20
20
|
"@tanstack/eslint-plugin-router": "^1.161.6",
|
|
21
21
|
"@typescript-eslint/parser": "^8.57.2",
|
|
22
|
+
"@vitest/eslint-plugin": "^1.6.13",
|
|
22
23
|
"angular-eslint": "21.3.1",
|
|
23
24
|
"eslint": "^10.1.0",
|
|
24
25
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -69,5 +70,5 @@
|
|
|
69
70
|
"test:watch": "vitest --coverage"
|
|
70
71
|
},
|
|
71
72
|
"type": "module",
|
|
72
|
-
"version": "25.
|
|
73
|
+
"version": "25.8.1"
|
|
73
74
|
}
|