diff options
Diffstat (limited to 'client/.eslintrc.js')
-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' } } |