@vangware/configs
TypeScript icon, indicating that this package has built-in type declarations

4.1.4 • Public • Published

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

Dependents (0)

Install

npm i @vangware/configs

DownloadsWeekly Downloads

515

Version

4.1.4

License

MIT

Unpacked Size

43.2 kB

Total Files

34

Last publish

Collaborators

  • lukeshiru