Skip to content

Commit

Permalink
chore: vertical-writing: select2 disable eslint for forked code
Browse files Browse the repository at this point in the history
  • Loading branch information
olga-kulish committed Jan 30, 2025
1 parent 6e41836 commit b3a533c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ switch (lang) {
/* usage: `$element.select2({ writingMode: 'vertical-rl',... })` */
/* -------------------------------------------------- */

/* eslint-disable */

// https://github.com/select2/select2/blob/3.5.1/select2.js -> positionDropdown
function positionDropdownVerticalRl() {
var $dropdown = this.dropdown,
Expand Down Expand Up @@ -336,3 +338,5 @@ function extendSelect2Instance() {

$.fn.select2 = extendedSelect2;
}(jQuery));

/* eslint-enable */

0 comments on commit b3a533c

Please sign in to comment.