diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-11-23 12:29:32 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-11-23 12:29:32 -0500 |
| commit | 5964ec16673bd1474d32ffe87a2009b823c36f12 (patch) | |
| tree | 4248f81604f326c364aff0e9a74989ad034a9e34 /package.json | |
| parent | 62a6c312a19824a284d95d6f81d3eb5da86dbf5a (diff) | |
| download | ao-coverage-5964ec16673bd1474d32ffe87a2009b823c36f12.tar.gz ao-coverage-5964ec16673bd1474d32ffe87a2009b823c36f12.tar.bz2 ao-coverage-5964ec16673bd1474d32ffe87a2009b823c36f12.zip | |
Add Prettier to project
Signed-off-by: Kevin J Hoerr <kjhoerr@protonmail.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 628b26c..c836376 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,8 @@ "dotenv": "8.2.0", "express": "4.17.2", "typescript": "^3.7.2" + }, + "devDependencies": { + "prettier": "^1.19.1" } } |
