We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd6cba commit 7a74a7bCopy full SHA for 7a74a7b
.eslintrc.js
@@ -23,6 +23,6 @@ module.exports = {
23
root: true,
24
rules: {
25
'require-jsdoc': 'error',
26
- 'eslint-plugin/report-message-format': ['error', '^[A-Z].*\\.$'],
+ 'eslint-plugin/report-message-format': ['error', '^[^a-z].*\\.$'],
27
},
28
};
0 commit comments