1{ 2 "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json", 3 "rules": { 4 "no-unused-vars": "warn", 5 "no-console": "off", 6 "eqeqeq": "error" 7 } 8}