Skip to content

Commit d3aba32

Browse files
authored
remove isDevelopingAddon hook
Having this always return `true` was causing linting issues in other apps/addons tests.
1 parent 3065b51 commit d3aba32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,5 @@ module.exports = {
150150
}
151151

152152
return except;
153-
},
154-
155-
isDevelopingAddon() {
156-
return true;
157153
}
158154
};

0 commit comments

Comments
 (0)