UNPKG
intersect-rect
Version:
latest (1.0.0)
1.0.0
0.2.1
0.2.0
Check if two DOM elements intersect
github.com/Barry127/intersect-rect
Barry127/intersect-rect
intersect-rect
/
.eslintrc.js
17 lines
(16 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= {
"extends"
:
"xo-space"
,
"rules"
: {
"object-curly-spacing"
: [
2
,
"always"
],
"space-before-function-paren"
: [
2
, {
"anonymous"
:
"always"
,
"named"
:
"always"
} ] } };