build: add JSON schema to configuration files
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 23 Apr 2023 20:06:51 +0000 (22:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 23 Apr 2023 20:06:51 +0000 (22:06 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.mocharc.json
.prettierrc.json
tsconfig.json

index a5b18124f00e24ccfdd7b27da364b361c6e43432..676d4f0217ac1c9ac6b70bf263cfbc739ddf5cd9 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "$schema": "https://json.schemastore.org/mocharc",
   "parallel": true,
   "diff": true,
   "package": "./package.json",
index 187eda7541c342144f87779ec903048729d2db3a..d77f0e56f434cb6d3e804d0a8c8ffce8b7409544 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/prettierrc",
   "arrowParens": "avoid",
   "semi": false,
   "singleQuote": true,
index 9f8db467725e865753b67aef5091215f27964965..1c8465ed55ac106f66b3a935b9819e59cbd75341 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
     "module": "ES2022",