Skip to content

Commit

Permalink
Fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Feb 11, 2025
1 parent 91dcd49 commit ccc63f7
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 @@ -152,7 +152,7 @@ module.exports = {
format: ['camelCase', 'UPPER_CASE', 'PascalCase'],
// This filter excludes variables and properties that start with "private_" to make them valid.
//
// Examples:
// Examples:
// - "private_a" → valid
// - "private_test" → valid
// - "private_" → not valid
Expand Down

0 comments on commit ccc63f7

Please sign in to comment.