@ofk/eslint-config 0.0.9 → 0.0.10
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/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -973,7 +973,8 @@ var vitestStrict = mergeRules(import_eslint_plugin.default.configs.recommended,
|
|
|
973
973
|
"vitest/prefer-mock-promise-shorthand": "error",
|
|
974
974
|
"vitest/prefer-snapshot-hint": "error",
|
|
975
975
|
"vitest/prefer-spy-on": "error",
|
|
976
|
-
"vitest/prefer-strict-boolean-matchers": "
|
|
976
|
+
"vitest/prefer-strict-boolean-matchers": "off",
|
|
977
|
+
// conflict with vitest/prefer-to-be-truthy
|
|
977
978
|
"vitest/prefer-strict-equal": "error",
|
|
978
979
|
"vitest/prefer-to-be": "error",
|
|
979
980
|
"vitest/prefer-to-be-falsy": "error",
|
package/dist/index.mjs
CHANGED
|
@@ -937,7 +937,8 @@ var vitestStrict = mergeRules(pluginVitest.configs.recommended, {
|
|
|
937
937
|
"vitest/prefer-mock-promise-shorthand": "error",
|
|
938
938
|
"vitest/prefer-snapshot-hint": "error",
|
|
939
939
|
"vitest/prefer-spy-on": "error",
|
|
940
|
-
"vitest/prefer-strict-boolean-matchers": "
|
|
940
|
+
"vitest/prefer-strict-boolean-matchers": "off",
|
|
941
|
+
// conflict with vitest/prefer-to-be-truthy
|
|
941
942
|
"vitest/prefer-strict-equal": "error",
|
|
942
943
|
"vitest/prefer-to-be": "error",
|
|
943
944
|
"vitest/prefer-to-be-falsy": "error",
|