Use a more readable flag.
This commit is contained in:
parent
0a80f45d05
commit
ac33a51ece
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "LGPL-2.1",
|
"license": "LGPL-2.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "webpack -w",
|
"watch": "webpack --watch",
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"eslint": "eslint --ext .jsx --ext .es6 src/",
|
"eslint": "eslint --ext .jsx --ext .es6 src/",
|
||||||
"eslint:fix": "eslint --fix --ext .jsx --ext .es6 src/"
|
"eslint:fix": "eslint --fix --ext .jsx --ext .es6 src/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue