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