Skip to content

Commit

Permalink
refactor: apply eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
biud436 committed Jul 13, 2023
1 parent da93a9f commit 65d573a
Show file tree
Hide file tree
Showing 2 changed files with 1,147 additions and 1,135 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ module.exports = {
'spaced-comment': 'off',
'max-classes-per-file': 'off',
strict: 'off',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
};
Loading

0 comments on commit 65d573a

Please sign in to comment.