Use a more readable flag.

This commit is contained in:
Bogdan Mustiata 2019-01-27 22:34:01 +01:00
parent 0a80f45d05
commit ac33a51ece

View file

@ -7,7 +7,7 @@
"author": "",
"license": "LGPL-2.1",
"scripts": {
"watch": "webpack -w",
"watch": "webpack --watch",
"build": "webpack",
"eslint": "eslint --ext .jsx --ext .es6 src/",
"eslint:fix": "eslint --fix --ext .jsx --ext .es6 src/"