0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript695 stars (695 stars)33 forks (33 forks)batch import
enhancementhelp wanted
- Issue 種別
- feature
- 調査方針
- The issue requests integrating HTML CodeSniffer into check build as a new checker. First, review check build's documentation on creating custom checkers or plugins. Then, study HTML CodeSniffer's API (available at its GitHub repo) to understand how to run audits and retrieve results. Consider proposing a design in the issue comments before implementing. Relevant files: likely in the 'checkers' or 'plugins' directory of check build.