diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2022-12-01 22:27:41 +0530 |
---|---|---|
committer | rohan09-raj <rajrohan1914@gmail.com> | 2022-12-01 22:27:41 +0530 |
commit | 4244e00c1330b11b45f7cc33ffd55f9af59f6587 (patch) | |
tree | 4072c4abf6b8dd87df9bee404f9ba747d960aeb2 /client | |
parent | fc986722ec1d8e5a01d40a06ec8b7ab67bf18ec3 (diff) |
minor fixes
Diffstat (limited to 'client')
-rw-r--r-- | client/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.eslintrc.js b/client/.eslintrc.js index d85199d..de46e10 100644 --- a/client/.eslintrc.js +++ b/client/.eslintrc.js @@ -14,6 +14,6 @@ module.exports = { plugins: ['react'], rules: { 'react/prop-types': 'off', - 'indent': 'off' + indent: 'off' } } |