@agoric/eslint-config 0.4.1-upgrade-16-dev-8879538.0 → 0.4.1-upgrade-16-dev-24665a9.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
@@ -80,8 +80,8 @@ module.exports = {
80
80
  '**/*.config.*.js',
81
81
  // leading wildcard to work in CLI (package path) and IDE (repo path)
82
82
  '**/test/**',
83
- '**/demo*/**/*js',
84
- '**/scripts/**/*js',
83
+ '**/demo*/**',
84
+ '**/scripts/**',
85
85
  ],
86
86
  },
87
87
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/eslint-config",
3
- "version": "0.4.1-upgrade-16-dev-8879538.0+8879538",
3
+ "version": "0.4.1-upgrade-16-dev-24665a9.0+24665a9",
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": "8879538cd1d125a08346f02dd5701d0d70c90bb8"
41
+ "gitHead": "24665a97248b854fcb01185d360429301470ed57"
42
42
  }