Sebastien Rousseau  Logo

Usage

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

CommonJS

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

ES Modules

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

In package.json

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