mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
remove debug flag from eslint
This commit is contained in:
parent
f37bdba645
commit
2588832629
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user