-
Notifications
You must be signed in to change notification settings - Fork 133
/
.eslintignore
34 lines (32 loc) · 1.14 KB
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
polyfills/__dist/**
# We ignore the polyfill.js files for third-party polyfills
# because we do not control their implementation.
# We do not ignore the config.json, detect.js or tests.js
# because we do control their implementation.
polyfills/_ArrayIterator/polyfill.js
polyfills/_TypedArray/polyfill.js
polyfills/Array/of/polyfill.js
polyfills/Array/prototype/values/polyfill.js
polyfills/atob/polyfill.js
polyfills/AudioContext/polyfill.js
polyfills/fetch/polyfill.js
polyfills/EventSource/polyfill.js
polyfills/fetch/polyfill.js
polyfills/Function/prototype/bind/polyfill.js
polyfills/HTMLPictureElement/polyfill.js
polyfills/IntersectionObserver/polyfill.js
polyfills/Intl/polyfill.js
polyfills/Intl/~locale/**/polyfill.js
polyfills/JSON/polyfill.js
polyfills/navigator/sendBeacon/polyfill.js
polyfills/MutationObserver/polyfill.js
polyfills/Promise/polyfill.js
polyfills/setImmediate/polyfill.js
polyfills/String/fromCodePoint/polyfill.js
polyfills/UserTiming/polyfill.js
polyfills/WeakSet/polyfill.js
polyfills/~html5-elements/polyfill.js
polyfills/WebAnimations/polyfill.js
tasks/**/node_modules
polyfills/**/detect.js
polyfills/Event/focusin/detect-disabled.js