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
2022-04-26Docs: update documentation js examples, using es6 (#36203)GeoSot
* Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter
2022-04-12Use Babel and ES6 in docs JS files (#31607)Tiger Oakes
* Pass docs js through Babel * Use ES6 in docs js * Only run babel on src files * Allow babel in Hugo * Update scripts.html * Inherit from the root .eslintrc.json * Use `Array.from` * Drop Babel from docs * Prefer template * replace IIFE with arrow functions Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com>
2021-10-08ESLint: disable `no-negated-condition` rule (#35137)XhmikosR
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
* unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove
2021-07-21Update devDependencies (#34552)XhmikosR
* @babel/cli ^7.14.5 → ^7.14.8 * @babel/core ^7.14.6 → ^7.14.8 * @babel/preset-env ^7.14.7 → ^7.14.8 * eslint-config-xo ^0.36.0 → ^0.37.0 * eslint-plugin-unicorn ^31.0.0 → ^34.0.1 * hugo-bin ^0.73.0 → ^0.74.0
2021-05-04Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)dependabot[bot]
* Bump eslint-config-xo from 0.35.0 to 0.36.0 Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.35.0...v0.36.0) Signed-off-by: dependabot[bot] <support@github.com> * Adapt config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-05-04Bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 (#33769)dependabot[bot]
* Bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 30.0.0 to 31.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v30.0.0...v31.0.0) Signed-off-by: dependabot[bot] <support@github.com> * Disable the `unicorn/prefer-module` rule Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-26Bump eslint-plugin-unicorn from 26.0.1 to 27.0.0 (#32902)dependabot[bot]
* Bump eslint-plugin-unicorn from 26.0.1 to 27.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 26.0.1 to 27.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v26.0.1...v27.0.0) Signed-off-by: dependabot[bot] <support@github.com> * Update ESLint ignores Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-29Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0 (#32644)dependabot[bot]
* Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 24.0.0 to 25.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v24.0.0...v25.0.0) Signed-off-by: dependabot[bot] <support@github.com> * Fix renamed eslint-plugin-unicorn options Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-14Switch to `String.includes()`XhmikosR
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