From 84172a12924e173680fa02205954f6305e0d44aa Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 19 Nov 2019 13:40:17 +0200 Subject: Initial commit - project skeleton --- tslint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tslint.json (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json new file mode 100644 index 0000000..d28ddd5 --- /dev/null +++ b/tslint.json @@ -0,0 +1,11 @@ +{ + "extends": "tslint:recommended", + "rules": { + "interface-name": false, + "no-console": false, + "object-literal-sort-keys": false, + "ordered-imports": false, + "quotemark": [true, "single"], + "trailing-comma": false + } +} -- cgit v1.2.3