Skip to content

Commit 8e9bf40

Browse files
committed
sort-comp: say "should" instead of "must"
1 parent 98541c5 commit 8e9bf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/sort-comp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = Components.detect(function(context, components) {
4242

4343
var errors = {};
4444

45-
var MISPOSITION_MESSAGE = '{{propA}} must be placed {{position}} {{propB}}';
45+
var MISPOSITION_MESSAGE = '{{propA}} should be placed {{position}} {{propB}}';
4646

4747
var methodsOrder = getMethodsOrder({
4848
order: [

0 commit comments

Comments
 (0)