🤏
handpick
  • Introduction
  • Config
  • Examples
    • Basic
    • Manager
    • Range
    • Reference
  • Links
    • GitHub
Powered by GitBook
On this page
  1. Examples

Reference

Use references to ease the maintenance of versions:

{
	"devDependencies":
	{
		"@isnotdefined/eslint-config": "10.0.0",
		"eslint": "9.19.0"
	},
	"lintDependencies":
	{
		"@isnotdefined/eslint-config": "@devDependencies",
		"eslint": "@devDependencies"
	}
}
PreviousRange

Last updated 3 months ago