diff --git a/.oxfmtrc.jsonc b/.oxfmtrc.jsonc index abe81ba..b5da117 100644 --- a/.oxfmtrc.jsonc +++ b/.oxfmtrc.jsonc @@ -1,5 +1,5 @@ { - "$schema": "./node_modules/oxfmt/configuration_schema.json", + "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxfmt/configuration_schema.json", "useTabs": true, "semi": true, "singleQuote": true, diff --git a/.oxlintrc.jsonc b/.oxlintrc.jsonc index 457afa5..0bf6cf9 100644 --- a/.oxlintrc.jsonc +++ b/.oxlintrc.jsonc @@ -1,5 +1,5 @@ { - "$schema": "./node_modules/oxlint/configuration_schema.json", + "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json", // Enable TypeScript, Unicorn, Oxc, Node, JSDoc, and Import plugins "plugins": ["typescript", "unicorn", "oxc", "node", "jsdoc", "import"], // Environment settings