From c8f8adb5184a01a15e6251c0441f3f3f9305cbc1 Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Tue, 10 Aug 2021 11:46:37 +0200 Subject: [PATCH] feat: Add more valid license options. --- base.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/base.json b/base.json index ade252f..530a07c 100644 --- a/base.json +++ b/base.json @@ -61,7 +61,12 @@ "valid-values-author": "off", "valid-values-engines": "off", - "valid-values-license": [ "error", [ "MIT" ]], + "valid-values-license": [ "error", [ + "AGPL-3.0", + "AGPL-3.0-or-later", + "MIT", + "UNLICENSED" + ]], "valid-values-name-scope": "off", "valid-values-private": "off", "valid-values-publishConfig": "off",