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-11-12ESLint: enable prefer-template rule (#37484)XhmikosR
2021-10-08ESLint: disable `no-negated-condition` rule (#35137)XhmikosR
2021-10-05Enable `unicorn/numeric-separators-style` rule.XhmikosR
This is taken care of by babel via @babel/plugin-proposal-numeric-separator
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR
2021-08-30Move a few ESLint rules where they are needed.XhmikosR
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-28Minor ESLint rules cleanup (#32904)XhmikosR
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>
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]
* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1) Signed-off-by: dependabot[bot] <support@github.com> * Updates for `eslint-plugin-unicorn@26.0.1` 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-14Use `Array.find` instead of `Array.filter`XhmikosR
2020-11-14Switch to `Set#has()`XhmikosR
2020-11-14Switch to Number propertiesXhmikosR
2020-11-14Switch to `String.includes()`XhmikosR
2020-11-01ESLint: enable new-cap rule but ignore properties (#32036)XhmikosR
2020-08-08Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 (#31370)dependabot[bot]
* Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 20.1.0 to 21.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v20.1.0...v21.0.0) Signed-off-by: dependabot[bot] <support@github.com> * Disable `unicorn/prefer-array-find` rule for now Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-14Update devDependencies (#30807)XhmikosR
* eslint ^6.8.0 → ^7.0.0 * eslint-plugin-unicorn ^19.0.1 → ^20.0.0 * karma-jasmine-html-reporter ^1.5.3 → ^1.5.4 * lockfile-lint ^4.2.2 → ^4.3.4 * rollup ^2.9.1 → ^2.10.0
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>
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR
It's supported by all of our supported browsers.
2020-03-26Update eslint-plugin-unicorn to v18.0.0 (#30461)XhmikosR
2020-03-09Remove babel-eslint (#30355)XhmikosR
2020-02-17Update devDependencies (#30198)XhmikosR
* eslint-config-xo 0.29.1 * eslint-plugin-unicorn 16.1.1 * rollup 1.31.1 * stylelint 13.2.0
2019-10-27Remove unneeded ESLint suppression and regenerate lock file (#29593)XhmikosR
* Remove unneeded ESLint suppression * Regenerate package-lock.json
2019-10-25Enable eslint no-console rule except for build directory (#29585)Pawel Wolak
2019-10-07Update devDependencies. (#29447)XhmikosR
2019-09-24Update devDependencies.XhmikosR
2019-09-24.eslintrc.json: Remove a couple of default rules.XhmikosR
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan
* Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <markus_hatvan@aon.at>
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-05-08Remove the `unicorn/filename-case` rule suppression.XhmikosR
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-26move util in a util folder with the sanitizerJohann-S
2019-02-20Disable ESlint on no-return-assign and temporary for arrow-body-styleJohann-S
2018-07-30Update devDependencies and gems.XhmikosR
2018-06-24Move `eslint-plugin-compat` to the extends array.XhmikosR
2018-01-11Clean up and tweak ESLint rules.XhmikosR
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.