@npmcli/template-oss 4.24.2 → 4.24.3

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.
@@ -157,6 +157,7 @@ module.exports = {
157
157
  allowDistPaths: true,
158
158
  allowPaths: [
159
159
  '/.eslintrc.local.*',
160
+ '/.eslint.config.js',
160
161
  '**/.gitignore',
161
162
  '/docs/',
162
163
  '/tap-snapshots/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "4.24.2",
3
+ "version": "4.24.3",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {