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
2020-05-04Clean up lint rules (#30721)XhmikosR
* Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency
2020-04-28Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 (#30663)dependabot-preview[bot]
* Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 18.0.1 to 19.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v18.0.1...v19.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * ESlint: disable a few new rules for now. * unicorn/no-fn-reference-in-iterator * unicorn/no-null Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2019-10-27Remove unneeded ESLint suppression and regenerate lock file (#29593)XhmikosR
* Remove unneeded ESLint suppression * Regenerate package-lock.json
2019-10-07Update devDependencies. (#29447)XhmikosR
2019-09-24Update devDependencies.XhmikosR
2019-07-17site/.eslintrc.json: specify ecmaVersion.XhmikosR
2019-06-03Update devDependencies. (#28798)XhmikosR
Notably: * bundlesize 0.15.3 → ^0.17.2 * eslint-plugin-unicorn ^8.0.2 → ^9.0.0 * terser ^3.17.0 → ^4.0.0
2019-04-10Update eslint config for the new xo rules.XhmikosR
2019-03-11Disable a few rules for now.XhmikosR
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR
2019-02-20fix(docs): remove jQuery from our docsJohann-S
2018-10-15Move docs .eslintrc in site/.XhmikosR