You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rules/require-expose.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,6 @@ module.exports = {
67
67
messages: {
68
68
requireExpose:
69
69
'The public properties of the component must be explicitly declared using `expose`. If the component does not have public properties, declare it empty.',
70
-
71
70
addExposeOptionForEmpty:
72
71
'Add the `expose` option to give an empty array.',
0 commit comments