From 25888326292b301b97a54280dc511ba9a8defe4d Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 24 Jan 2019 12:08:39 -0500 Subject: [PATCH] remove debug flag from eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acac0622dc..31eb8bd2da 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "webpack-dev-server --config ./webpack.config.js --mode development", "test": "jest --watch --coverage", - "lint": "eslint --ext .js --ext .jsx . --debug", + "lint": "eslint --ext .js --ext .jsx .", "add-locale": "lingui add-locale", "extract-strings": "lingui extract", "compile-strings": "lingui compile"