From 2e51bcf98ecb8270d3fca611e7579c9a2b22009e Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 22 Nov 2020 12:27:13 +0100 Subject: [PATCH] Also check *.json and *.md with prettier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a555cd..69c6cc1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "scripts": { "coverage": "NODE_ENV=coverage nyc --reporter lcov --reporter text mocha", - "lint": "eslint . && prettier --check '**/*.js'", + "lint": "eslint . && prettier --check '**/*.{js,json,md}'", "test": "mocha" }, "dependencies": {