This package has been deprecated

Author message:

🚚 @vangware/configs is now @lou.codes/configs

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

7.1.1 • Public • Published

License NPM Version Open Issues

⚙️ Shared Vangware project configuration files for linting, formatting, documentation and so on.

Configurations

Usage

All this configurations are setup automatically by @vangware/create-package when creating a new package.

For manual setup of each file, follow the instructions below.

.changeset/config.json

{
	"$schema": "https://raw.githubusercontent.com/changesets/changesets/main/packages/config/schema.json",
	"changelog": "@vangware/configs/changelog.cjs",
	"commit": false,
	"access": "restricted",
	"baseBranch": "main",
	"updateInternalDependencies": "patch"
}

eslint.config.js

export { default } from "@vangware/configs/eslint.config.js";

prettier.config.js

export { default } from "@vangware/configs/prettier.config.js";

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.config.json"],
	"name": "PACKAGE NAME"
}
  • Changelog: List of changes between versions.

Package Sidebar

Install

npm i @vangware/configs

Weekly Downloads

1

Version

7.1.1

License

MIT

Unpacked Size

77.2 kB

Total Files

38

Last publish

Collaborators

  • loucyx