summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-11 12:09:30 -0300
committerSebastian <sebasjm@gmail.com>2021-02-11 12:09:30 -0300
commit7c17876c4c6fd41f82586cc88556a63305c07097 (patch)
tree72370ea6dae9713cc698bf0e8b8e317eb4defe82 /package.json
parent21b4d9c055cffc5659b61e278f22877edc0d18c1 (diff)
downloadmerchant-backoffice-7c17876c4c6fd41f82586cc88556a63305c07097.tar.gz
merchant-backoffice-7c17876c4c6fd41f82586cc88556a63305c07097.tar.bz2
merchant-backoffice-7c17876c4c6fd41f82586cc88556a63305c07097.zip
notification handler, fixing types
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b5cbbeb..0e3c39c 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"build": "preact build --no-sw --no-esm",
"serve": "sirv build --port 8080 --cors --single --no-sw --no-esm",
"dev": "preact watch --no-sw --no-esm",
- "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
+ "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"test": "jest ./tests",
"storybook": "start-storybook -p 6006"
},