@agoric/eslint-config 0.4.1-other-dev-fbe72e7.0.fbe72e7 → 0.4.1-other-dev-d15096d.0.d15096d

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.cjs CHANGED
@@ -109,6 +109,8 @@ module.exports = {
109
109
  {
110
110
  files: ['**/*.ts'],
111
111
  rules: {
112
+ // Not needed with TypeScript syntax
113
+ 'jsdoc/require-returns-type': 'off',
112
114
  // Handled better by tsc
113
115
  'import/no-unresolved': 'off',
114
116
  'no-unused-vars': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/eslint-config",
3
- "version": "0.4.1-other-dev-fbe72e7.0.fbe72e7",
3
+ "version": "0.4.1-other-dev-d15096d.0.d15096d",
4
4
  "description": "Rules used by the @agoric packages",
5
5
  "main": "./eslint-config.cjs",
6
6
  "repository": {
@@ -25,6 +25,7 @@
25
25
  "eslint-config.*"
26
26
  ],
27
27
  "peerDependencies": {
28
+ "@agoric/eslint-plugin": "^0.1.0",
28
29
  "@endo/eslint-plugin": "^2.4.0",
29
30
  "@jessie.js/eslint-plugin": "^0.4.2",
30
31
  "eslint": "^9.0.0",
@@ -40,5 +41,5 @@
40
41
  "engines": {
41
42
  "node": "^20.9 || ^22.11"
42
43
  },
43
- "gitHead": "fbe72e72107f9997f788674e668c660d92ec4492"
44
+ "gitHead": "d15096dc4ff8b96e9b6cd11954c20d3a9efbb393"
44
45
  }