summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorzacanger <zac@zacanger.com>2019-10-18 15:56:32 -0600
committerzacanger <zac@zacanger.com>2019-10-18 15:56:32 -0600
commit9fad242382cbd730e17fa64323900721f656d416 (patch)
treee405f723cf98c1a2ff94733f8d64c0cbe9ba331d /ui/package.json
parent05d8e2957982579c33f143f180317b1e61e076d8 (diff)
chore: switch from tslint to eslint
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",