{ "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": ["typescript"], "env": { "builtin": true }, "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-inferrable-types": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/ban-ts-comment": "off", "no-unused-vars": "off" } }