Граф коммитов

121 Коммитов

Автор SHA1 Сообщение Дата
Chris Rebert e75b6be779 bump npm-shrinkwrap to ^200.1.0 2015-02-22 17:05:06 -08:00
Chris Rebert 657210f1eb bump glob to ^4.4.0 2015-02-22 16:33:14 -08:00
Chris Rebert a5888fdef2 bump grunt-eslint to ^6.0.0 2015-02-10 13:36:54 -08:00
Chris Rebert e3c1e6f42f Bump grunt-jscs to ^1.5.0 2015-02-06 13:35:45 -08:00
Chris Rebert 0c0776dc8c update load-grunt-tasks to ^3.0.0 2015-01-22 15:11:32 -08:00
Chris Rebert 5c1295af40 update grunt-contrib-jshint to ^0.11.0 2015-01-22 15:11:03 -08:00
Chris Rebert 9fe65ea864 prep for v0.10.0 2015-01-21 13:43:13 -08:00
Chris Rebert dd1ca68f5c bump grunt-eslint to ^4.0.0 2015-01-18 19:20:48 -08:00
Heinrich Fenkart 21aec6ca77 v0.9.2 2015-01-07 13:00:47 +01:00
Chris Rebert f3bd4cbb2c bump jscs-jsdoc to ^0.4.0 2015-01-05 01:05:46 -08:00
Chris Rebert a44bb0e815 bump load-grunt-tasks to ^2.0.0 2015-01-05 00:59:39 -08:00
Chris Rebert 07d82f7a27 bump grunt-eslint to ^3.0.0 2015-01-05 00:57:37 -08:00
Chris Rebert f48995b0ac bump grunt-banner to ^0.3.0 2015-01-05 00:46:58 -08:00
Heinrich Fenkart b9752ec4fb v0.9.1 2014-12-19 23:08:14 +01:00
Heinrich Fenkart cc0222a96d Update dependencies 2014-12-19 22:59:23 +01:00
Heinrich Fenkart 329e743bf9 v0.9.0 2014-12-18 06:40:50 +01:00
Heinrich Fenkart 2bea479fb5 Update jQuery to 2.1.2 2014-12-18 06:39:37 +01:00
Heinrich Fenkart 7ff62ba625 CLI: Add support for linting stdin input 2014-12-18 06:14:13 +01:00
Chris Rebert 17a9514e10 validate JSDoc via JSCS 2014-12-16 14:55:52 -08:00
Chris Rebert 2b184d9b46 Merge pull request #205 from twbs/update-eslint
update ESLint (& its config) and update JS style accordingly
2014-12-15 18:20:36 -08:00
Chris Rebert 2be95e79ca update grunt-eslint to ^2.1.0 2014-12-15 15:37:30 -08:00
Chris Rebert 5fee8d41d1 update grunt-jscs to ^1.0.0 and update jscsrc accordingly 2014-12-15 15:26:58 -08:00
Chris Rebert aa5d83c1db bump npm-shrinkwrap to ^200.0.0 ; fixes #200 2014-12-12 15:45:32 -08:00
Chris Rebert 41f1b8944a improve W005 checker by properly parsing URL and checking filename 2014-11-12 14:02:23 -08:00
Heinrich Fenkart df507dca8e Pin `npm-shrinkwrap` to `5.0.0` to support `npm@2.x`
Fixes #180.
Refs https://github.com/uber/npm-shrinkwrap/issues/51#issuecomment-62684260
2014-11-12 21:01:38 +01:00
Heinrich Fenkart ee21e453c9 Update dependencies 2014-11-12 02:47:09 +01:00
Chris Rebert 29f7e801ef Add @hnrch02 to `contributors` in package.json
@hnrch02 has kindly agreed to take over as Bootlint's BDFL going forward.
2014-11-10 10:27:34 -08:00
Chris Rebert 31ab69de3e v0.8.0 2014-11-07 01:20:54 -08:00
Chris Rebert b2d2a4420e fix `browser` config in package.json to properly exclude location.js 2014-11-07 01:03:59 -08:00
Chris Rebert 14e2bb0715 binary-search library unnecessary in browser environment 2014-11-07 00:59:59 -08:00
Chris Rebert ffd2f0fe31 Node.js version: implement reporting of locations of problematic elements
Fixes #29 (or rather, finishes fixing it)

<3 to https://github.com/cheeriojs/cheerio & @fb55 !
2014-11-06 22:36:36 -08:00
Chris Rebert 3950df71d6 bump cheerio to ^0.18.0 2014-11-06 12:01:11 -08:00
XhmikosR f857e45afd Update dependencies. 2014-11-05 13:04:43 +02:00
Chris Rebert 8e044e7d61 prep for v0.7.0 2014-11-01 18:15:41 -07:00
Chris Rebert 841dee4555 prep for v0.6.0 2014-10-31 11:22:14 -07:00
XhmikosR 3a6fe15d69 Update package.json.
Add missing files.
2014-10-28 17:50:10 +02:00
XhmikosR d0afa73544 Update dependencies. 2014-10-28 12:11:47 +02:00
Chris Rebert 63340a010d Implement simple lint-via-POSTing-HTML HTTP API; fixes #134 2014-10-21 14:16:07 -07:00
Chris Rebert c9abeed24a bump grunt-jscs to ^0.8.0 2014-10-17 14:58:01 -07:00
Chris Rebert d92bc8e137 Add coveralls script to package.json; To use: 'npm run coveralls' 2014-10-17 14:28:36 -07:00
Chris Rebert 8f309d5be1 add code coverage utils to devDependencies: jscoverage, nodeunit, coveralls 2014-10-17 14:20:15 -07:00
Chris Rebert dfebcbb853 prep for v0.5.0 2014-10-16 18:59:46 -07:00
Phil Hughes 0b53946a41 Add check for minimum jQuery version
Fixes #121
Closes #129
2014-10-15 16:23:35 -07:00
Phil Hughes 5b28d44a63 Add ability to disable IDs from command.
Uses commander for CLI argument parsing.
Fixes #105.
Closes #128.
2014-10-14 14:56:12 -07:00
Phil Hughes 8ccf0a50f0 Added colors to outputs 2014-10-14 20:37:45 +01:00
Chris Rebert f5dede0352 bump npm-shrinkwrap to ^4.0.0 2014-10-09 14:22:26 -07:00
Chris Rebert e9026293b2 prep for v0.4.0 2014-10-07 11:36:16 -07:00
Chris Rebert 963b33db88 prep for v0.3.0 2014-09-26 13:39:23 -07:00
Chris Rebert 3677b9dd12 copy Bootstrap's npm+rubygems caching infra; fixes #75 2014-09-25 18:11:02 -07:00
XhmikosR c3a4f6a9a1 Integrate ESLint. 2014-09-25 20:26:02 +03:00
Heinrich Fenkart e686efc9cc Use glob module for pattern support in CLI
Fixes #85.
2014-09-25 15:51:44 +02:00
XhmikosR c6c7a35607 Move the files to install in package.json.
[ci skip]
2014-09-25 11:29:06 +03:00
XhmikosR 00a7ed16ff Minor package.json consistency changes.
[ci skip]
2014-09-25 11:18:06 +03:00
Chris Rebert d17fd6151f prep for v0.2.0 2014-09-23 17:36:04 -07:00
Chris Rebert 0ab4800a8e Welcome to the Twbs family, Bootlint! 2014-09-23 15:24:19 -07:00
Chris Rebert acfeed4cbf bump grunt-browserify to ^3.0.1 2014-09-15 15:33:43 -07:00
Chris Rebert 1a21b23b8d bump grunt-contrib-clean to ^0.6.0 2014-09-15 15:29:54 -07:00
Chris Rebert b1da2c1d28 bump time-grunt to ^1.0.0 2014-09-15 15:29:11 -07:00
Chris Rebert 2699730c16 bump grunt-jscs to ^0.7.1 2014-09-15 15:28:13 -07:00
Heinrich Fenkart 6bfc27a8db Add `main` property to package.json
Allows requiring the module by its ID and not by `./node_modules/bootlint/src/bootlint`
2014-07-26 11:23:17 +02:00
Chris Rebert ff402fac0b v0.1.1 2014-07-22 09:24:20 -07:00
Chris Rebert 187760da25 v0.1.0 2014-07-21 09:49:59 -07:00
Chris Rebert a045006d80 no longer using grunt-contrib-concat 2014-07-20 20:10:35 -07:00
Chris Rebert afef3e6f43 get initial browserify'd version working 2014-07-20 16:59:14 -07:00
Chris Rebert 9ac61eda5a add minimal CLI 2014-07-14 02:10:19 -07:00
Chris Rebert b7cfe65e1e improve integration of JS linters 2014-07-11 04:48:03 -07:00
Chris Rebert 9c587e3cca v0.0.1, to grab the npm entry 2014-07-11 04:28:56 -07:00
Chris Rebert 17a0a85902 fix/integrate JSCS 2014-07-11 03:11:31 -07:00
Chris Rebert 6cb281296c reindent package.json & make 'npm test' work 2014-07-11 01:55:47 -07:00
Chris Rebert 3fd7e72a39 update devDependencies 2014-07-11 01:33:49 -07:00
Chris Rebert 0b88f6cf74 add package.json via yeoman 2014-07-11 01:24:21 -07:00