This commit is contained in:
Matthew Bessette
2026-03-12 22:41:26 -04:00
parent c51254b9f7
commit 776382727c
3 changed files with 40 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json",
"plugins": [
"eslint",
"import",
@@ -15,7 +16,8 @@
},
"rules": {
"unicorn/require-module-specifiers": "off",
"no-await-in-loop": "warn",
"typescript/no-extraneous-class": ["warn", { "allowWithDecorator": true }],
"eslint/no-restricted-imports": [
"error",
{