⚙️ Shared Vangware project configuration files.
eslint.config.js
export { default } from "@vangware/configs/eslint.config.js";
prettier.config.cjs
module.exports = require("@vangware/configs/prettier.config.cjs");
stylelint.config.cjs
module.exports = require("@vangware/configs/stylelint.config.cjs");
tsconfig.json
{
"extends": "@vangware/configs/typescript.config.json"
}
typedoc.json
{
"$schema": "https://typedoc.org/schema.json",
"cname": "PUBLIC DOMAIN",
"entryPoints": ["./lib"],
"extends": ["@vangware/configs/typedoc.json"],
"name": "PACKAGE NAME"
}