Skip to content

Commit fc27b8e

Browse files
committed
fix: eslint
1 parent 909106b commit fc27b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@ function getVueComponentDefinitionType(context, node) {
25572557
}
25582558

25592559
// ignore function createApp(){}
2560-
if(def.type === 'FunctionName'){
2560+
if (def.type === 'FunctionName') {
25612561
return null
25622562
}
25632563
}

0 commit comments

Comments
 (0)