From b519cf5907d7ad1c85dc00edc5e698e362a0aeee Mon Sep 17 00:00:00 2001 From: "r.nishio" Date: Sat, 20 Apr 2019 16:11:54 +0900 Subject: [PATCH] dev --- tslint.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 28e2e69..917c4c9 100755 --- a/tslint.json +++ b/tslint.json @@ -5,7 +5,11 @@ ], "extends": [ "tslint-config-standard", - "tslint-config-prettier" + "tslint-config-prettier", + "tslint-react" + ], + "plugins": [ + "react" ], "rules": { "prettier": [