Skip to content

Commit

Permalink
Update .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 23, 2024
1 parent b8e4ced commit 544988c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: [
'react-refresh',
'react-compiler'
'react-compiler',
],
rules: {
'semi': [
Expand Down
2 changes: 1 addition & 1 deletion frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: [
'react-refresh',
'react-compiler'
'react-compiler',
],
rules: {
'semi': [
Expand Down

0 comments on commit 544988c

Please sign in to comment.