Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3de44f6
First steps for BS4, adapted version variables
Herst Sep 3, 2017
ef58c9a
Removed W012 (.container first child of .navbar)
Herst Sep 3, 2017
5582450
Removed E027 (.table-responsive on outside div)
Herst Sep 3, 2017
0c0c10a
Tweaked message and check of E014
Herst Sep 3, 2017
569ddc7
Some adaption for new column classes
Herst Sep 3, 2017
6b40da6
Removed W010, E002 and E004
Herst Sep 6, 2017
daef3cb
Removed ref. to .input-* in E009
Herst Sep 6, 2017
3b06f88
Added check for .row to E011
Herst Sep 6, 2017
9786703
Removed E015 (multiple addons)
Herst Sep 6, 2017
c17a3c1
Removed E040 (Bootstrap v2 .modal.hide)
Herst Sep 6, 2017
bbb3b00
Adapted E037
Herst Sep 6, 2017
acea0a9
Set jQuery min. version to 3.0.0 like in bootstrap
Herst Sep 7, 2017
9148796
Fixed wrong logic leading to wrong column classes
Herst Sep 7, 2017
6d03bde
Made eslint happy
Herst Sep 7, 2017
4306eea
Added check for most BS3-specific classes
Herst Sep 7, 2017
c5f2bc8
Working on E029
Herst Sep 7, 2017
acfd502
Adapted E011 and E014 for .form-row
Herst Sep 10, 2017
1c71087
Simplified W009's message (no more offsets)
Herst Sep 10, 2017
9a48ff0
E011 message adapted
Herst Sep 10, 2017
4c8218f
Removed glyphicon-related E030 and E031
Herst Sep 10, 2017
48b5dee
Remove reference to .form-horizontal in E035
Herst Sep 10, 2017
c3c1576
Renamed .img-responsive to .img-fluid in E045
Herst Sep 10, 2017
dd56711
.panel* → .card* (E023, E024, E025, E026)
Herst Sep 11, 2017
239fcbe
Fixed message of E035
Herst Sep 13, 2017
c5549ee
.float-* → .pull-* in E051 and E052
Herst Sep 13, 2017
770cc8d
Adapted E013 a bit by adding .form-row
Herst Sep 13, 2017
7aa8746
Fixed .card checks (E023, E024, E025, E026)
Herst Sep 14, 2017
050e556
Fixed E023 since .card.card-body is valid
Herst Sep 14, 2017
37adb57
Adapt E044 (input-group)
Herst Sep 3, 2018
f9e0587
dist
Herst Sep 3, 2018
54e5de5
Remove E034 (alert close btn as 1st element req.)
Herst Sep 3, 2018
dda81bd
dist
Herst Sep 3, 2018
0e16ca3
Improved the message for E023 and E028
Herst Sep 3, 2018
93eb68f
Remove JS-related stuff (W005, W013, E007)
Herst Sep 4, 2018
36db721
Revert package files
Herst Sep 4, 2018
46bb7a5
Report which BS3 classes were used
Herst Sep 5, 2018
e71b776
Add new name and note to README
Herst Sep 8, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Bootlint
# Bootlint-NG

<!--
[![NPM version](https://img.shields.io/npm/v/bootlint.svg)](https://www.npmjs.com/package/bootlint)
[![Build Status](https://img.shields.io/travis/twbs/bootlint/master.svg)](https://travis-ci.org/twbs/bootlint)
[![Coverage Status](https://img.shields.io/coveralls/twbs/bootlint.svg?branch=master)](https://coveralls.io/r/twbs/bootlint)
![Development Status :: 5 - Production/Stable](https://img.shields.io/badge/maturity-stable-green.svg "Development Status :: 5 - Production/Stable")
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg "MIT License")](https://github.com/twbs/bootlint/blob/master/LICENSE)
[![Dependency Status](https://img.shields.io/david/twbs/bootlint.svg)](https://david-dm.org/twbs/bootlint)
[![devDependency Status](https://img.shields.io/david/dev/twbs/bootlint.svg)](https://david-dm.org/twbs/bootlint?type=dev)
-->

An HTML [linter](https://en.wikipedia.org/wiki/Lint_%28software%29) for [Bootstrap](https://getbootstrap.com/) projects
A fork of [Bootlint](https://github.com/twbs/bootlint), an HTML [linter](https://en.wikipedia.org/wiki/Lint_%28software%29) for [Bootstrap](https://getbootstrap.com/) projects.

Below is the README from the original for now. Some of the information might not apply, e.g. for the bookmarklet you would have to change the URL inside.

---

## What's Bootlint?

Expand Down
Loading