Added schema entries for all json files

This commit is contained in:
2024-08-24 23:04:22 +02:00
parent 37a95bda70
commit 17896844a5
4 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/nodemon.json",
"restartable": "rs", "restartable": "rs",
"ignore": [ "ignore": [
".git", ".git",

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/nodemon.json",
"ignore": [ "ignore": [
".git", ".git",
"node_modules", "node_modules",

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/nodemon.json",
"restartable": "rs", "restartable": "rs",
"ignore": [ "ignore": [
".git", ".git",

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/package.json",
"name": "illegitimate-bot", "name": "illegitimate-bot",
"displayName": "Illegitimate Bot", "displayName": "Illegitimate Bot",
"version": "1.0.0", "version": "1.0.0",