From a6208a3d5594cf566ca6771de47e578906d6b3c0 Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Tue, 28 May 2024 17:28:16 +1200 Subject: [PATCH] style: add eslintrc --- contracts/.eslintrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 contracts/.eslintrc diff --git a/contracts/.eslintrc b/contracts/.eslintrc new file mode 100644 index 00000000..76194fc2 --- /dev/null +++ b/contracts/.eslintrc @@ -0,0 +1,6 @@ +{ + "parserOptions": { + "project": "./tsconfig.json", + "tsconfigRootDir": "." + } +} \ No newline at end of file