From 55aef19e3a08b1c87aab6c9c16c20ea9da309029 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 17:44:15 +0530 Subject: Build schtuff --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 187894b..ebc44e4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,7 @@ module.exports = { root: true, extends: '@react-native', + rules: { + curly: 0, + }, }; -- cgit v1.3.1