diff --git a/cspell.json b/cspell.json index 4e2404c..11cf185 100644 --- a/cspell.json +++ b/cspell.json @@ -1,13 +1,7 @@ { "version": "0.2", "language": "en", - "dictionaries": [ - "softwareTerms", - "typescript", - "node", - "filetypes", - "npm" - ], + "dictionaries": ["softwareTerms", "typescript", "node", "filetypes", "npm"], "words": [ "FODT", "FODP", @@ -24,17 +18,9 @@ "typecheck", "Kinyarwanda", "unmocked", - "lcov", - ], - "ignoreWords": [ - "xddt", - ], - "flagWords": [ - "hte" + "lcov" ], - "ignorePaths": [ - "tsconfig.tsbuildinfo", - "coverage", - "cspell.json" - ] -} \ No newline at end of file + "ignoreWords": ["xddt"], + "flagWords": ["hte"], + "ignorePaths": ["tsconfig.tsbuildinfo", "coverage", "cspell.json"] +} diff --git a/tsconfig.json b/tsconfig.json index 6aedd50..fedefcf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,10 +13,7 @@ "module": "CommonJS", "checkJs": true, "strict": true, - "types": [ - "node", - "jest" - ], + "types": ["node", "jest"], "declaration": true, "incremental": true, "noImplicitReturns": true, @@ -27,9 +24,7 @@ "skipLibCheck": false, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, - "sourceMap": true, + "sourceMap": true }, - "include": [ - "src/**/*" - ] -} \ No newline at end of file + "include": ["src/**/*"] +}