@ethang/eslint-config 25.8.0 → 25.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -48,9 +48,9 @@
48
48
  * 6 rules for **Tailwind**
49
49
  * `import tailwindConfig from "@ethang/eslint-config/config.tailwind.js";`
50
50
  * 6 rules from [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss)
51
- * 80 rules for **Vitest**
51
+ * 73 rules for **Vitest**
52
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)
53
+ * 73 rules from [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest)
54
54
 
55
55
  # Install
56
56
 
package/config.vitest.js CHANGED
@@ -1,2 +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};
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":"off","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":"off","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":"off","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":"off","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":"off","vitest/require-test-timeout":"off","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":"off","vitest/warn-todo":"error"}});export{a as default};
2
2
  //# sourceMappingURL=config.vitest.js.map
@@ -1 +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"]}
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\": \"off\",\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\": \"off\",\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\": \"off\",\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\": \"off\",\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\": \"off\",\n \"vitest/require-test-timeout\": \"off\",\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\": \"off\",\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,MACtC,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,MAC7B,6BAA8B,QAC9B,4BAA6B,QAC7B,mCAAoC,QACpC,wCAAyC,QACzC,qBAAsB,QACtB,iCAAkC,QAClC,kCAAmC,MACnC,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,MAC9B,2BAA4B,QAC5B,0CAA2C,QAC3C,+BAAgC,QAChC,qBAAsB,QACtB,0BAA2B,QAC3B,qCAAsC,QACtC,sBAAuB,QACvB,6DAA8D,QAC9D,sCAAuC,MACvC,8BAA+B,MAC/B,kCAAmC,QACnC,oCAAqC,QACrC,wBAAyB,QACzB,iCAAkC,QAClC,sBAAuB,QACvB,iCAAkC,QAClC,qBAAsB,MACtB,mBAAoB,OAClB,CAEF,CACF","names":["defineConfig","globalIgnores","vitest","config_vitest_default","defineConfig","globalIgnores","ignores","languageOptions"]}
package/package.json CHANGED
@@ -70,5 +70,5 @@
70
70
  "test:watch": "vitest --coverage"
71
71
  },
72
72
  "type": "module",
73
- "version": "25.8.0"
73
+ "version": "25.8.2"
74
74
  }