Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-09ESLint: enable --report-unused-disable-directivesXhmikosR
2019-03-13Replace old coverage ignore directives with the istanbul ones.XhmikosR
2019-03-13Allow `.row` in `.modal-body`. (#392)freezy
2019-02-15Update Bootstrap minimum version to 3.4.1.XhmikosR
2019-01-10Update CURRENT_BOOTSTRAP_VERSION to 3.4.0XhmikosR
2019-01-10Update copyright year to 2019.XhmikosR
2018-12-31Add uglify-js so that we provide a minified build too.XhmikosR
2018-10-17Minor lint tweaks.XhmikosR
2018-10-17Clean up ESLint options.XhmikosR
2018-07-10Bump year.XhmikosR
2018-07-10Move ESLint options to config files.XhmikosR
2018-05-20Tweak ESLint rules.XhmikosR
2017-11-21Remove datetime and datetime-local references.XhmikosR
2017-11-21Use https when possible.XhmikosR
2017-08-11#366 - 2 new lint checks: disallow pull-left/right on .row and .col-*-* class...Chris Barr
2017-08-10Fix lint error.XhmikosR
2017-08-10#315 - Add new lint for nested form groups (#351)tclindner
2017-08-09Make ESLint configuration stricter and remove JSHint and JSCS.XhmikosR
2017-02-01Update last release of Bootstrap 3Johann-S
2017-02-01Update copyright noticesJohann-S
2016-07-24Update copyright notices (#387)Chris Rebert
2016-07-24Travis CI: Upgrade to Node.js v6 (#386)Chris Rebert
2016-07-21Allow indicating encoding via <meta http-equiv="Content-Type"> (#384)Henrik Gemal
2016-04-10Add wiki URLs to console output; fixes #342Thomas Lindner
2016-03-14Use backticks around CSS selectors in lint messages.XhmikosR
2016-03-14Bump copyright year.XhmikosR
2016-02-01Add W017 to check for <input>s without type attributes; fixes #341Thomas Lindner
2016-01-30Add lint E049 to check that .modal-dialog has role="document" ; fixes #319Thomas Lindner
2016-01-29Add new lint E048 to check that modals have role="dialog" attributes; fixes #318Thomas Lindner
2015-11-25Add cli-main.js which actually invokes cli.js's function; fixes #333Chris Rebert
2015-11-25Bump CURRENT_BOOTSTRAP_VERSION to 3.3.6Chris Rebert
2015-11-16Warn about .btn.disabled on <button>s and <input>sZac Echola
2015-11-16Merge pull request #253 from kkirsche/addCLITestsChris Rebert
2015-11-16Adds reporter for checking children of `.input-group`Zac Echola
2015-11-16Shows an error for incorrect usage of .btnPhil Hughes
2015-11-16Group warning linters and error linters together respectively in source code;...Chris Rebert
2015-11-16Show an error for modals without tabindex attributesPhil Hughes
2015-09-11Merge pull request #306 from kkirsche/patch-1Chris Rebert
2015-09-02Clarify W012Kevin Kirsche
2015-09-02Remove E036Kevin Kirsche
2015-06-16update versionMark Otto
2015-05-22add backticks to W008 message for better Markdown renderingChris Rebert
2015-05-19Add check for btn usage within `.navbar-nav`; fixes #273Kevin Kirsche
2015-05-19Fix function name for E045 checkerChris Rebert
2015-05-19.img-responsive should only be used on <img>sKevin Kirsche
2015-04-07add 'empty' comments to comply with ESLint's no-empty ruleChris Rebert
2015-03-23Check for invalid uses of .form-control ; fixes #262Chris Rebert
2015-03-16Bump CURRENT_BOOTSTRAP_VERSION to 3.3.4 in prep for tomorrow's releaseChris Rebert
2015-03-15Fix #259: Allow "x-ua-compatible: ie=edge"Chris Rebert
2015-03-04Begin reworking tests based on @hnrch02's tipsKevin Kirsche