@rpcbase/eslint-config 0.120.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.
Files changed (2) hide show
  1. package/eslint.config.js +2 -0
  2. 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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/eslint-config",
3
- "version": "0.120.0",
3
+ "version": "0.121.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",