]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Tweak and re-organize ESLint config (#38369)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 29 Mar 2023 17:49:30 +0000 (20:49 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 17:49:30 +0000 (13:49 -0400)
commitae43f0c48bf7acede8a325b24197001fe2b2f416
tree780ea3b362bff6b88eaed4f4387217264c3b3189
parent3aabfc70c38db03e77229a49f4f8c7ed58169cf7
Tweak and re-organize ESLint config (#38369)

* Tweak and re-organize ESLint config

* merge individual configs to the root config
* enable more eslint-plugin-import rules
* lint markdown files

* Lint
65 files changed:
.eslintignore
.eslintrc.json
build/.eslintrc.json [deleted file]
build/banner.js
js/.eslintrc.json [deleted file]
js/src/alert.js
js/src/base-component.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dom/event-handler.js
js/src/dropdown.js
js/src/modal.js
js/src/offcanvas.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/src/util/backdrop.js
js/src/util/component-functions.js
js/src/util/config.js
js/src/util/scrollbar.js
js/src/util/swipe.js
js/src/util/template-factory.js
js/tests/browsers.js
js/tests/integration/bundle-modularity.js
js/tests/integration/rollup.bundle-modularity.js
js/tests/integration/rollup.bundle.js
js/tests/karma.conf.js
js/tests/unit/.eslintrc.json [deleted file]
js/tests/unit/alert.spec.js
js/tests/unit/base-component.spec.js
js/tests/unit/button.spec.js
js/tests/unit/carousel.spec.js
js/tests/unit/collapse.spec.js
js/tests/unit/dom/data.spec.js
js/tests/unit/dom/event-handler.spec.js
js/tests/unit/dom/manipulator.spec.js
js/tests/unit/dom/selector-engine.spec.js
js/tests/unit/dropdown.spec.js
js/tests/unit/jquery.spec.js
js/tests/unit/modal.spec.js
js/tests/unit/offcanvas.spec.js
js/tests/unit/popover.spec.js
js/tests/unit/scrollspy.spec.js
js/tests/unit/tab.spec.js
js/tests/unit/toast.spec.js
js/tests/unit/tooltip.spec.js
js/tests/unit/util/backdrop.spec.js
js/tests/unit/util/component-functions.spec.js
js/tests/unit/util/config.spec.js
js/tests/unit/util/focustrap.spec.js
js/tests/unit/util/index.spec.js
js/tests/unit/util/sanitizer.spec.js
js/tests/unit/util/scrollbar.spec.js
js/tests/unit/util/swipe.spec.js
js/tests/unit/util/template-factory.spec.js
js/tests/visual/.eslintrc.json [deleted file]
package.json
scss/tests/jasmine.js
scss/tests/sass-true/register.js
scss/tests/sass-true/runner.js
site/.eslintrc.json [deleted file]
site/content/docs/5.3/getting-started/javascript.md