Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.36 KB

stage-two--prototyping-tools.md

File metadata and controls

39 lines (20 loc) · 1.36 KB

Stage two: prototyping tools

It’s good practice to write good, error-free code. And once you’re out testing your prototype with users who have access needs, you’re going to be wanting well-formed HTML with zero errors, and as few accessibility problems as possible. While these tools won’t make your prototype bulletproof, they’ll go a long way towards fixing your mistakes and guiding you in the right direction.

HTMLHint

“The static code analysis tool you need for your HTML.”

Available at github.com/htmlhint/HTMLHint.

ESLint

“A fully pluggable tool for identifying and reporting on patterns in JavaScript.”

Available at github.com/eslint/eslint.

Stylelint

“A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.”

Available at github.com/stylelint/stylelint

Stylelint-a11y

“Plugin for Stylelint with a11y rules.”

Available at github.com/YozhikM/stylelint-a11y.

Husky

“Git hooks made easy.”

Available at github.com/typicode/husky.

Prettier

“Prettier is an opinionated code formatter.”

Available at github.com/prettier/prettier.