From 3fd257b4fce2da8ffe56b1100e0f73448d89453b Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Fri, 22 Jul 2022 08:48:41 +0530 Subject: Add photograph and document scanner pages --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 5abad38..d85199d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,6 +13,7 @@ module.exports = { }, plugins: ['react'], rules: { - 'react/prop-types': 'off' + 'react/prop-types': 'off', + 'indent': 'off' } } -- cgit