(type, tree)
| 87 | // TODO: fix config story... |
| 88 | addon.app = { |
| 89 | addonLintTree(type, tree) { |
| 90 | return tree; |
| 91 | }, |
| 92 | }; |
| 93 | |
| 94 | addon.jshintTrees = function () {}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…