@vangware/configs Vangware's configs logo

License NPM Version Open Issues

⚙️ Shared Vangware project configuration files.

Configurations

Usage

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"
}