()
| 756 | await lintCheckFiles('site'); |
| 757 | }; |
| 758 | export const lintDocs = () => lintCheckDocs('src'); |
| 759 | export const lint = series(lintDocs, lintFiles); |
| 760 | |
| 761 | export const spell = async () => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…