Sebastien Rousseau  Logo

Usage

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

CommonJS

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

ES Modules

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

In package.json

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