mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
remove debug flag from eslint
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
||||||
"test": "jest --watch --coverage",
|
"test": "jest --watch --coverage",
|
||||||
"lint": "eslint --ext .js --ext .jsx . --debug",
|
"lint": "eslint --ext .js --ext .jsx .",
|
||||||
"add-locale": "lingui add-locale",
|
"add-locale": "lingui add-locale",
|
||||||
"extract-strings": "lingui extract",
|
"extract-strings": "lingui extract",
|
||||||
"compile-strings": "lingui compile"
|
"compile-strings": "lingui compile"
|
||||||
|
|||||||
Reference in New Issue
Block a user