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"