From 773670921fad98d0ba9b555a7ec0dddd93ea978d Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Fri, 15 Jul 2022 12:32:31 -0500 Subject: [PATCH] maint/build ~ suppress extraneous Prettier lint output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6295db0..2c74b50 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "# lint:spell # check for spelling errors (using `cspell`)": "", "lint:spell": "cspell {eg,examples,src,test}/**/* CHANGELOG{,.md,.mkd} README{,.md,.mkd} --no-summary --config \".vscode/cspell.json\"", "# lint:style # check for format imperfections (using `prettier`)": "", - "lint:style": "prettier . --list-different", + "lint:style": "prettier . --list-different --loglevel warn", "# realclean # remove all generated files": "", "realclean": "run-s clean && rimraf coverage .nyc_output", "# rebuild # clean and (re-)build project": "",