forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintignore
55 lines (45 loc) · 1.68 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
### Root
tools/docker/wordpress-develop/
tools/docker/wordpress/
/vendor/
*.min.js
# Ignored by default, but we should check it
!.github/
!.prettierrc.js
### 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/
### Jetpack Boost
projects/plugins/boost/**/*.min.js
projects/plugins/boost/node_modules/**
projects/plugins/boost/vendor/**
projects/plugins/boost/app/assets/dist/**
projects/plugins/boost/tests/e2e/output/**
projects/plugins/boost/tests/e2e/config/**
projects/plugins/boost/tests/e2e/node_modules/**
projects/plugins/boost/wordpress/**
!projects/plugins/boost/app/assets/src/js/**/*.d.ts
# 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
### Storybook files
**/@(storybook|stories)/**/*.js