forked from marsjaninzmarsa/polyfill-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintignore
30 lines (28 loc) · 1.06 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
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/_TypedArray/polyfill.js
polyfills/atob/polyfill.js
polyfills/AudioContext/polyfill.js
polyfills/EventSource/polyfill.js
polyfills/fetch/polyfill.js
polyfills/HTMLPictureElement/polyfill.js
polyfills/Intl/polyfill.js
polyfills/Intl/~locale/**/polyfill.js
polyfills/Intl/RelativeTimeFormat/~locale/**/polyfill.js
polyfills/Intl/PluralRules/~locale/**/polyfill.js
polyfills/Intl/PluralRules/polyfill.js
polyfills/Intl/RelativeTimeFormat/polyfill.js
polyfills/JSON/polyfill.js
polyfills/MutationObserver/polyfill.js
polyfills/String/prototype/normalize/polyfill.js
polyfills/UserTiming/polyfill.js
polyfills/~html5-elements/polyfill.js
polyfills/WebAnimations/polyfill.js
tasks/**/node_modules
polyfills/HTMLTemplateElement/polyfill.js
polyfills/ResizeObserver/polyfill.js
polyfills/AbortController/polyfill.js
polyfills/smoothscroll/polyfill.js