Skip to content

Commit

Permalink
Update CONST.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel authored Apr 8, 2024
1 parent 37e9064 commit e643c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-plugin-expensify/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
ONYX_ONE_PARAM: 'The withOnyx HOC must be passed at least one argument.',
MUST_USE_VARIABLE_FOR_ASSIGNMENT: '{{key}} must be assigned as a variable instead of direct assignment.',
NO_DEFAULT_PROPS: 'defaultProps should not be used in function components. Use default Arguments instead.',
USE_PERIODS_ERROR_MESSAGES: 'Use periods at the end of error messages.',
AVOID_ANONYMOUS_FUNCTIONS: 'Prefer named functions.',
USE_PERIODS_ERROR_MESSAGES: 'Use periods at the end of error messages.',
},
};

0 comments on commit e643c95

Please sign in to comment.