forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
43 lines (41 loc) · 959 Bytes
/
.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
.cache/
.vscode
.yarn
/assets/
/build/
dist/
/public/
/vendor/
node_modules/
!.eslintrc.js
/client/server/devdocs/search-index.js
/packages/calypso-codemods/tests
/packages/webpack-rtl-plugin/test/dist*/
/packages/wp-babel-makepot/test/examples
/desktop/build/
/desktop/client/
/desktop/config/
/desktop/public/
/desktop/release/
/client/state/data-layer/wpcom/activity-log/update-credentials/vendor/
# Built packages
/packages/*/dist/
packages/calypso-color-schemes/src/__color-studio
packages/calypso-color-schemes/css
packages/calypso-color-schemes/js
packages/calypso-color-schemes/root-only
#
# Eslint won't lint json, but prettier shares this ignore
# Don't operate on these files
#
/stats.json
/chart.json
/style.json
/client/stats.json
/client/chart.json
/client/style.json
/client/server/devdocs/components-usage-stats.json
/client/server/devdocs/proptypes-index.json
/client/server/bundler/assets.json
/cached-requests.json
/yarn-json-output.json