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.commit.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tslint.commit.json (limited to 'tslint.commit.json') diff --git a/tslint.commit.json b/tslint.commit.json new file mode 100644 index 0000000..c242d65 --- /dev/null +++ b/tslint.commit.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tslint.json"], + "rules": { + "ordered-imports": true + } +} -- cgit v1.2.3