summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index 3537a2ac..603faf0b 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "node fuse dev",
- "build": "node fuse prod"
+ "build": "node fuse prod",
+ "lint": "eslint --report-unused-disable-directives --ext .js,.ts,.tsx src"
},
"keywords": [],
"author": "Dessalines",
@@ -43,6 +44,9 @@
},
"devDependencies": {
"@types/i18next": "^12.1.0",
+ "eslint": "^6.5.1",
+ "eslint-plugin-inferno": "^7.14.3",
+ "eslint-plugin-jane": "^7.0.0",
"fuse-box": "^3.1.3",
"ts-transform-classcat": "^0.0.2",
"ts-transform-inferno": "^4.0.2",