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 638a1d4 commit 0127685Copy full SHA for 0127685
src/rules/component/index.ts
@@ -82,7 +82,7 @@ export const component = createRule({
82
const isTargetComponent = (name: string) => name === targetComponentName
83
84
return {
85
- ExportDefaultDeclaration(defaultExport) {
+ ExportDefaultDeclaration() {
86
ok = true
87
},
88
ExportNamedDeclaration(namedExport) {
0 commit comments