remove debug flag from eslint

This commit is contained in:
John Mitchell 2019-01-24 12:08:39 -05:00
parent f37bdba645
commit 2588832629
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -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"