Skip to content

Commit

Permalink
Fixes-Bug#903: Fixed Server break due to linting issues (reactplay#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKIT9761 committed Jan 31, 2023
1 parent c16aa68 commit 0dc70ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ module.exports = {
{ blankLine: 'always', prev: '*', next: 'break' },
{ blankLine: 'always', prev: '*', next: 'continue' },
{ blankLine: 'always', prev: '*', next: 'throw' }
]
],
'prettier/prettier': ['error', { endOfLine: 'auto' }]
},
settings: {
react: {
Expand Down

0 comments on commit 0dc70ac

Please sign in to comment.