From 114ba50537d79c029464cb8b17b5fb02c05fc02c Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Thu, 25 Feb 2021 11:38:13 -0800 Subject: [PATCH] Restore lint warnings in CI (#35) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19036c1bff..f939d0fbfc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:dev": "yarn run webpack --mode development", "serve:dev": "yarn run webpack serve --mode development", "lint": "TIMING=1 yarn run eslint --fix .", - "lint:nofix": "TIMING=1 yarn run eslint --quiet .", + "lint:nofix": "TIMING=1 yarn run eslint .", "test": "yarn run jest", "package:darwin": "electron-forge package --platform darwin", "package:linux": "electron-forge package --platform linux",