Update npm non-major dependencies (#34446)
* Update npm non-major dependencies * Iterate * Iterate * Oxlint & Knip * Oxlint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Telatynski
parent
7a908483c0
commit
dacea3463a
@@ -338,6 +338,7 @@ export default defineConfig({
|
||||
"packages/playwright-common/src/**/*",
|
||||
"**/scripts/**/*",
|
||||
"apps/web/module_system/**/*",
|
||||
"apps/web/webpack.config.ts",
|
||||
],
|
||||
rules: {
|
||||
"no-restricted-globals": "off",
|
||||
@@ -348,6 +349,8 @@ export default defineConfig({
|
||||
"no-restricted-imports": "off",
|
||||
// They can use process.exit
|
||||
"unicorn/no-process-exit": "off",
|
||||
// They can use top level await
|
||||
"node/no-top-level-await": "off",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user