video-game-coding-club/geometry-smash

View on GitHub
html-linter.json

Summary

Maintainability
Test Coverage
{
  "files": [
    "**/*.html"
  ],
  "indentation": {
    "char": "space",
    "number": 2
  },
  "attributes": {
    "quotes": "double",
    "whitespace": 0,
    "vertical-align": true
  }
}