Skip to content

Commit

Permalink
fix: new rule value
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar-kailasam committed Mar 22, 2021
1 parent bb3070f commit 7b608c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/common-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
rules: {
'no-empty': ['error', { allowEmptyCatch: true }],
'object-curly-spacing': ['error', 'always', { arraysInObjects: true }],
'arrow-body-style': 'as-needed',
'arrow-body-style': ['error', 'as-needed'],
quotes: [
'error',
'single',
Expand Down

0 comments on commit 7b608c2

Please sign in to comment.