summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorRohan Raj Gupta <[email protected]>2022-07-27 15:26:36 +0530
committerGitHub <[email protected]>2022-07-27 15:26:36 +0530
commitff73539048908d8a24e347f2f9699cff95d8200c (patch)
treeb3c95edffe3b658f5fc5a6ab49ad5a29c3434169 /.eslintrc.js
parent0fb6667da5c0c97b5a0a44ea35705c51dacf0311 (diff)
parent3fd257b4fce2da8ffe56b1100e0f73448d89453b (diff)
Merge pull request #1 from Blaster4385/develop
Add photograph and document scanner pages
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 2 insertions, 1 deletions
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'
}
}