From 17896844a5127b2a1bc79eb90e89a7ac65d36b47 Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 24 Aug 2024 23:04:22 +0200 Subject: [PATCH] Added schema entries for all json files --- nodemon-js.json | 1 + nodemon-swc.json | 3 ++- nodemon.json | 1 + package.json | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nodemon-js.json b/nodemon-js.json index 7a3460f..ecc687b 100644 --- a/nodemon-js.json +++ b/nodemon-js.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nodemon.json", "restartable": "rs", "ignore": [ ".git", diff --git a/nodemon-swc.json b/nodemon-swc.json index 8e60f8c..5587b2f 100644 --- a/nodemon-swc.json +++ b/nodemon-swc.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nodemon.json", "ignore": [ ".git", "node_modules", @@ -9,4 +10,4 @@ }, "ext": "ts", "exec": "yarn build && yarn start" -} \ No newline at end of file +} diff --git a/nodemon.json b/nodemon.json index 754a245..7b077ce 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nodemon.json", "restartable": "rs", "ignore": [ ".git", diff --git a/package.json b/package.json index fb37f9a..70a12ef 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/package.json", "name": "illegitimate-bot", "displayName": "Illegitimate Bot", "version": "1.0.0",