This repository has been archived by the owner on May 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.eslintignore
67 lines (65 loc) · 2.72 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
56
57
58
59
60
61
62
63
64
65
66
67
# Ignore all skins except the `cg` skin.
# This is required if other skins are symlinked into the skins directory but
# should not be linted.
static_src/skins/*
!static_src/skins/cg
static_src/tests.bundle.js
test/**/*.js
static_src/test/server/fixtures/
# Current exceptions. As you touch these files, you should fix the lint errors
# and remove them from this list.
/static_src/components/app_settings_panel.jsx
/static_src/components/box.jsx
/static_src/components/button.jsx
/static_src/components/confirmation_box.jsx
/static_src/components/create_service_instance.jsx
/static_src/components/dropdown.jsx
/static_src/components/home.jsx
/static_src/components/login.jsx
/static_src/components/main_container.jsx
/static_src/components/marketplace.jsx
/static_src/components/org_list.jsx
/static_src/components/panel_group.jsx
/static_src/components/panel_header.jsx
/static_src/components/panel.jsx
/static_src/components/panel_row_error.jsx
/static_src/components/route_form.jsx
/static_src/components/route_list.jsx
/static_src/components/service_instance.jsx
/static_src/components/service_instance_table.jsx
/static_src/components/service_list.jsx
/static_src/components/service_plan_list.jsx
/static_src/components/user_list.jsx
/static_src/components/user_role_control.jsx
/static_src/components/user_role_list_control.jsx
/static_src/test/server/api.js
/static_src/test/server/authstatus.js
/static_src/test/server/fixtures.js
/static_src/test/server/server.js
/static_src/test/unit/actions/domain_actions.spec.js
/static_src/test/unit/actions/quota_actions.spec.js
/static_src/test/unit/actions/route_actions.spec.js
/static_src/test/unit/actions/service_actions.spec.js
/static_src/test/unit/actions/space_actions.spec.js
/static_src/test/unit/actions/user_actions.spec.js
/static_src/test/unit/helpers.js
/static_src/test/unit/stores/base_store.spec.js
/static_src/test/unit/stores/domain_store.spec.js
/static_src/test/unit/stores/quota_store.spec.js
/static_src/test/unit/stores/route_store.spec.js
/static_src/test/unit/stores/service_binding_store.spec.js
/static_src/test/unit/stores/service_instance_store.spec.js
/static_src/test/unit/stores/service_plan_store.spec.js
/static_src/test/unit/stores/service_store.spec.js
/static_src/test/unit/stores/space_store.spec.js
/static_src/test/unit/stores/user_store.spec.js
/static_src/test/unit/util/analytics.spec.js
/static_src/test/unit/util/cf_api.spec.js
/static_src/test/unit/util/format_bytes.spec.js
/static_src/test/unit/util/format_date.spec.js
/static_src/test/unit/util/health.spec.js
/static_src/test/unit/util/loading_status.spec.js
/static_src/test/unit/util/poll.spec.js
/static_src/test/unit/util/uaa_api.spec.js
/static_src/test/unit/util/url.spec.js
/static_src/test/webpack-karma-warnings-plugin.js