Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov authored Dec 6, 2024
1 parent 6cda37e commit fde8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ module.exports = {
message: 'Please use next-i18next',
},
],
no-console: ["error", { allow: ["warn", "error"] }]
'no-console': ['error', { allow: ['warn', 'error'] }]
},
}

0 comments on commit fde8e42

Please sign in to comment.