{
  "$schema": "https://raw.githubusercontent.com/nicolo-ribaudo/oxc/json-schema/npm/oxlint/configuration_schema.json",
  "plugins": ["unicorn", "promise"],
  "ignorePatterns": ["built", "playground.*"],
  "rules": {
    "no-console": "error",
    "unicorn/no-null": "off",
    "unicorn/explicit-length-check": "off",
    "unicorn/prevent-abbreviations": "off",
    "unicorn/prefer-node-protocol": "off",
    "unicorn/import-style": "off",
    "unicorn/no-this-assignment": "off",
    "unicorn/no-array-for-each": "off",
    "unicorn/no-array-reduce": "off",
    "unicorn/filename-case": "off",
    "unicorn/prefer-module": "off",
    "unicorn/prefer-spread": "off",
    "unicorn/consistent-destructuring": "off"
  }
}
