mirror of
https://github.com/SukkaW/Surge.git
synced 2026-05-02 02:46:44 +08:00
Housekeeping
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
@@ -11,4 +11,9 @@ module.exports = require('eslint-config-sukka').sukka({
|
|||||||
node: true,
|
node: true,
|
||||||
ts: true,
|
ts: true,
|
||||||
yaml: false
|
yaml: false
|
||||||
|
}, {
|
||||||
|
files: ['./Mock/**/*'],
|
||||||
|
rules: {
|
||||||
|
'sukka/unicorn/filename-case': 'off'
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
21
package.json
21
package.json
@@ -67,24 +67,5 @@
|
|||||||
"tinyexec": "^1.1.2",
|
"tinyexec": "^1.1.2",
|
||||||
"typescript": "^6.0.3"
|
"typescript": "^6.0.3"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.33.2",
|
"packageManager": "pnpm@11.0.1"
|
||||||
"pnpm": {
|
|
||||||
"onlyBuiltDependencies": [
|
|
||||||
"@swc/core",
|
|
||||||
"better-sqlite3",
|
|
||||||
"oxc-resolver",
|
|
||||||
"unrs-resolver"
|
|
||||||
],
|
|
||||||
"overrides": {
|
|
||||||
"eslint>chalk": "npm:picocolors@^1.1.1",
|
|
||||||
"globalthis": "npm:@nolyfill/globalthis@^1.0.44",
|
|
||||||
"has": "npm:@nolyfill/has@^1.0.44",
|
|
||||||
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
|
|
||||||
},
|
|
||||||
"ignoredBuiltDependencies": [
|
|
||||||
"bufferutil",
|
|
||||||
"es5-ext",
|
|
||||||
"utf-8-validate"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
21
pnpm-workspace.yaml
Normal file
21
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
allowBuilds:
|
||||||
|
'@swc/core': true
|
||||||
|
better-sqlite3: true
|
||||||
|
bufferutil: false
|
||||||
|
es5-ext: false
|
||||||
|
unrs-resolver: true
|
||||||
|
utf-8-validate: false
|
||||||
|
ignoredBuiltDependencies:
|
||||||
|
- bufferutil
|
||||||
|
- es5-ext
|
||||||
|
- utf-8-validate
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- '@swc/core'
|
||||||
|
- better-sqlite3
|
||||||
|
- oxc-resolver
|
||||||
|
- unrs-resolver
|
||||||
|
overrides:
|
||||||
|
eslint>chalk: npm:picocolors@^1.1.1
|
||||||
|
globalthis: npm:@nolyfill/globalthis@^1.0.44
|
||||||
|
has: npm:@nolyfill/has@^1.0.44
|
||||||
|
safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44
|
||||||
Reference in New Issue
Block a user