We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fce22 commit 40bc588Copy full SHA for 40bc588
index.js
@@ -27,6 +27,9 @@ module.exports = {
27
// Subjects are sentences and begin uppercase
28
'subject-case': [2, 'always', ['sentence-case']],
29
30
+ // Subject does not have full stop
31
+ 'subject-full-stop': [2, 'never', '.'],
32
+
33
// Need of more types like: "dx", "types"
34
'type-enum': [
35
2,
0 commit comments