@ofk/eslint-config 0.2.3 → 0.2.4
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
|
@@ -934,7 +934,8 @@ var vitestStrict = mergeRules(_eslintplugin2.default.configs.recommended, {
|
|
|
934
934
|
// conflict with vitest/prefer-called-once
|
|
935
935
|
"vitest/prefer-called-with": "error",
|
|
936
936
|
"vitest/prefer-comparison-matcher": "error",
|
|
937
|
-
"vitest/prefer-describe-function-title": "
|
|
937
|
+
"vitest/prefer-describe-function-title": "off",
|
|
938
|
+
// conflict with vitest/valid-title
|
|
938
939
|
"vitest/prefer-each": "error",
|
|
939
940
|
"vitest/prefer-equality-matcher": "error",
|
|
940
941
|
"vitest/prefer-expect-assertions": "off",
|
package/dist/index.mjs
CHANGED
|
@@ -934,7 +934,8 @@ var vitestStrict = mergeRules(pluginVitest.configs.recommended, {
|
|
|
934
934
|
// conflict with vitest/prefer-called-once
|
|
935
935
|
"vitest/prefer-called-with": "error",
|
|
936
936
|
"vitest/prefer-comparison-matcher": "error",
|
|
937
|
-
"vitest/prefer-describe-function-title": "
|
|
937
|
+
"vitest/prefer-describe-function-title": "off",
|
|
938
|
+
// conflict with vitest/valid-title
|
|
938
939
|
"vitest/prefer-each": "error",
|
|
939
940
|
"vitest/prefer-equality-matcher": "error",
|
|
940
941
|
"vitest/prefer-expect-assertions": "off",
|