From 9ab9dd2efc0197aec5f5378b4cfc67f1587fb6d8 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Wed, 19 Apr 2017 15:24:00 -0500 Subject: [PATCH] Add tslint configuration to react-datepicker --- types/react-datepicker/tslint.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 types/react-datepicker/tslint.json diff --git a/types/react-datepicker/tslint.json b/types/react-datepicker/tslint.json new file mode 100644 index 0000000000..3db14f85ea --- /dev/null +++ b/types/react-datepicker/tslint.json @@ -0,0 +1 @@ +{ "extends": "dtslint/dt.json" }