Sebastien Rousseau  Logo

Usage

@sebastienrousseau/oxlint-config can be consumed across all standard module formats.

CommonJS

module.exports = require("@sebastienrousseau/oxlint-config");

ES Modules

import config from "@sebastienrousseau/oxlint-config";
export default config;

In package.json

{
  "oxlint": "@sebastienrousseau/oxlint-config"
}