Skip to content

Commit

Permalink
chore(npm): update @3846masa/configs digest to 414a7bb (#1096)
Browse files Browse the repository at this point in the history
* chore(npm): update @3846masa/configs digest to 414a7bb

* chore: update pnpm public-hoist-pattern settings

* chore: add eslint disable comment

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 3846masa <[email protected]>
  • Loading branch information
renovate[bot] and 3846masa authored Sep 28, 2024
1 parent 952317b commit 52f5856
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 289 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ save-prefix=''
enable-pre-post-scripts=true
shell-emulator=true
engine-strict=true
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=@tsconfig/*
1 change: 1 addition & 0 deletions examples/basic.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-require-imports */
'use strict';

const { default: axios } = require('axios');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"http-cookie-agent": "^6.0.6"
},
"devDependencies": {
"@3846masa/configs": "github:3846masa/configs#1680811faae257796efe99b055aee5072cac6577",
"@3846masa/configs": "github:3846masa/configs#414a7bb0902628ef6cebfb434df97970c6c3523c",
"@babel/plugin-proposal-explicit-resource-management": "7.24.7",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
Expand Down
Loading

0 comments on commit 52f5856

Please sign in to comment.