anki/ts/domlib/surround
Henrik Giesel 30bbbaf00b
Use eslint for sorting our imports (#1637)
* Make eslint sort our imports

* fix missing deps in eslint rule (dae)

Caught on Linux due to the stricter sandboxing

* Remove exports-last eslint rule (for now?)

* Adjust browserslist settings

- We use ResizeObserver which is not supported in browsers like KaiOS,
  Baidu or Android UC

* Raise minimum iOS version 13.4

- It's the first version that supports ResizeObserver

* Apply new eslint rules to sort imports
2022-02-04 18:36:34 +10:00
..
ascend.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
child-node-range.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
find-above.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
find-adjacent.test.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
find-adjacent.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
find-within.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
matcher.ts Fix some issues with new surround buttons (#1505) 2021-11-24 10:33:14 +10:00
merge-match.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
no-splitting.test.ts Fix some issues with new surround buttons (#1505) 2021-11-24 10:33:14 +10:00
no-splitting.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
normalize-insertion-ranges.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
range-anchors.ts Reverse-engineer surrounding with execCommand (#1377) 2021-11-18 19:18:39 +10:00
text-node.ts Reverse-engineer surrounding with execCommand (#1377) 2021-11-18 19:18:39 +10:00
unsurround.test.ts Fix some issues with new surround buttons (#1505) 2021-11-24 10:33:14 +10:00
unsurround.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
within-range.ts Reverse-engineer surrounding with execCommand (#1377) 2021-11-18 19:18:39 +10:00