From a98aaf0232a159d403a7e2bc946c51c1fa490481 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 25 Jan 2025 11:15:05 +0100 Subject: Start TS tiny PBT implementation --- pbt/ts/.eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pbt/ts/.eslintrc.json (limited to 'pbt/ts/.eslintrc.json') diff --git a/pbt/ts/.eslintrc.json b/pbt/ts/.eslintrc.json new file mode 100644 index 0000000..f95bb33 --- /dev/null +++ b/pbt/ts/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "./node_modules/gts/" +} -- cgit v1.2.3