We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98541c5 commit 8e9bf40Copy full SHA for 8e9bf40
lib/rules/sort-comp.js
@@ -42,7 +42,7 @@ module.exports = Components.detect(function(context, components) {
42
43
var errors = {};
44
45
- var MISPOSITION_MESSAGE = '{{propA}} must be placed {{position}} {{propB}}';
+ var MISPOSITION_MESSAGE = '{{propA}} should be placed {{position}} {{propB}}';
46
47
var methodsOrder = getMethodsOrder({
48
order: [
0 commit comments