Raise several common HTML mistakes in html files that are using Bootstrap in a fairly "vanilla" way. Vanilla Bootstrap's components/widgets require their parts of the DOM to conform to certain structures that is checked. Also, raises issues about certain <meta> tags, HTML5 doctype declaration, etc. to use bootstrap properly.
For more about the analysis, check Bootlint <https://github.com/twbs/bootlint#bootlint>.
- HTML
Setting | Meaning |
---|---|
bootlint_ignore |
List of checkers to ignore. (Optional, defaults to '[]'.) |
npm
-bootlint
- Formatting
- Syntax
AGPL-3.0
- The coala developers ([email protected])