-
Notifications
You must be signed in to change notification settings - Fork 798
/
.eslintignore
40 lines (32 loc) · 1.23 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
35
36
37
38
39
40
### Root
tools/docker/wordpress-develop/
tools/docker/wordpress/
/vendor/
*.min.js
# Ignored by default, but we should check it
!.github/
### Jetpack
projects/plugins/jetpack/.size-limit.js
projects/plugins/jetpack/3rd-party/debug-bar/debug-bar.js
projects/plugins/jetpack/_inc/blocks
projects/plugins/jetpack/_inc/build
projects/plugins/jetpack/_inc/client/**/test/*.js
projects/plugins/jetpack/_inc/jetpack-modules.models.js
projects/plugins/jetpack/_inc/postmessage.js
projects/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js
projects/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js
projects/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js
projects/plugins/jetpack/modules/widgets/search/js/search-widget-admin.js
projects/plugins/jetpack/tests/e2e/output/
projects/plugins/jetpack/vendor/
# Temporary ignore until Jest is set up
projects/plugins/jetpack/extensions/**/test/
### Other projects
projects/*/*/vendor
projects/github-actions/*/dist
projects/packages/*/wordpress
projects/packages/connection-ui/build
projects/packages/identity-crisis/build
projects/packages/jitm/src/js/jetpack-jitm.js
projects/packages/lazy-images/dist
projects/plugins/backup/build