@agoric/eslint-config 0.4.1-dev-4c9a859.0 → 0.4.1-dev-c74c628.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.cjs CHANGED
@@ -51,8 +51,9 @@ module.exports = {
51
51
 
52
52
  'github/array-foreach': 'warn',
53
53
 
54
- // Work around https://github.com/import-js/eslint-plugin-import/issues/1810
55
- 'import/no-unresolved': ['error', { ignore: ['ava'] }],
54
+ // it doesn't support exports maps https://github.com/import-js/eslint-plugin-import/issues/1810
55
+ // and most of our code is covered by tsc which does
56
+ 'import/no-unresolved': 'off',
56
57
  'import/prefer-default-export': 'off',
57
58
 
58
59
  'jsdoc/no-multi-asterisks': ['warn', { allowWhitespace: true }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/eslint-config",
3
- "version": "0.4.1-dev-4c9a859.0+4c9a859",
3
+ "version": "0.4.1-dev-c74c628.0+c74c628",
4
4
  "description": "Rules used by the @agoric packages",
5
5
  "main": "./eslint-config.cjs",
6
6
  "repository": {
@@ -38,5 +38,5 @@
38
38
  "prettier": "^3.0.3",
39
39
  "typescript-eslint": "^7.2.0"
40
40
  },
41
- "gitHead": "4c9a859bd5fe8ec5e5197b1fc820594b4969c126"
41
+ "gitHead": "c74c62863bb9de77e66f8d909058804912e72528"
42
42
  }