@rpcbase/eslint-config 0.119.0 → 0.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint.config.js +2 -0
- package/package.json +1 -1
package/eslint.config.js
CHANGED
|
@@ -125,6 +125,8 @@ export const config = [
|
|
|
125
125
|
rules: {
|
|
126
126
|
...pluginVitest.configs.recommended.rules, // you can also use vitest.configs.all.rules to enable all rules
|
|
127
127
|
"vitest/no-commented-out-tests": "off",
|
|
128
|
+
"vitest/no-standalone-expect": "off",
|
|
129
|
+
"vitest/valid-title": "off",
|
|
128
130
|
},
|
|
129
131
|
},
|
|
130
132
|
{
|