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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-11Clean up and tweak ESLint rules.XhmikosR
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2017-10-04Remove global jQuery in eslint because we import jQuery (#24246)Johann-S
2017-09-26Add eslint-plugin-compat.XhmikosR
We can check for browser compatibility on lint time now.
2017-08-23Enable the `no-return-assign` rule.Johann-S
2017-08-23Tweak ESLint rules.XhmikosR
2017-07-28Fix ESLint docs errors. (#23163)XhmikosR
Ignore ESLint error in ie-emulation-modes-warning.js. Although the error is valid, enough time has been spent on old IE's problems, so just ignore it.
2017-07-16Fall back to ESLint v3 indentation behaviour.Bardi Harborow
2017-04-21More minor build tweaks and docs updates.Bardi Harborow
2017-03-12Update config files across the board.Bardi Harborow
2016-11-24Refactor ESLint configuration.Bardi Harborow
2016-06-05Enable more rules from ESLint 2.0; refs #19999 (#20076)Chris Rebert
[skip sauce] [skip validator]
2016-06-05Update ESLint to v2.11.1 (latest stable) (#20068)Chris Rebert
Fixes #19908 [skip sauce] [skip validator]
2016-06-05Upgrade ESLint to v2.9.0 (#20047)Chris Rebert
Refs #19908 [skip sauce] [skip validator]
2016-06-05Update ESLint to v2.5.3 (#20043)Chris Rebert
Refs #19908. [skip sauce] [skip validator]
2016-06-05Upgrade ESLint to v2.3.0 (#20041)Chris Rebert
Refs #19908 [skip sauce]
2016-05-31Enable new ESLint-recommended rules in ESLint configChris Rebert
Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0#new-rules-in-eslintrecommended
2016-05-31Migrate parser & env config to ESLint 2.0.0Chris Rebert
2016-05-31Migrate ESLint rules config to ESLint 2.0.0Chris Rebert
Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert
Refs #19908