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 4eb500c commit 2a535e2Copy full SHA for 2a535e2
tests/lib/rules/require-explicit-emits.js
@@ -1927,8 +1927,7 @@ emits: {'foo': null}
1927
{
1928
message:
1929
'The "bar" event has been triggered but not declared on `defineEmits`.',
1930
- line: 5,
1931
- suggestions: []
+ line: 5
1932
}
1933
]
1934
},
@@ -1948,8 +1947,7 @@ emits: {'foo': null}
1948
1947
1949
1950
1951
- line: 6,
1952
+ line: 6
1953
1954
1955
0 commit comments