forked from highcharts/highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
62 lines (62 loc) · 1.7 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
docs/sidebars.js
js/indicators/**/*.js
!js/indicators/apo.src.js
!js/indicators/aroon-oscillator.src.js
!js/indicators/chaikin.src.js
#!js/indicators/cmf.src.js
!js/indicators/dema.src.js
#!js/indicators/dpo.src.js
!js/indicators/ema.src.js
!js/indicators/ichimoku-kinko-hyo.src.js
!js/indicators/keltner-channels.src.js
!js/indicators/macd.src.js
!js/indicators/mfi.src.js
!js/indicators/momentum.src.js
!js/indicators/natr.src.js
!js/indicators/pivot-points.src.js
!js/indicators/ppo.src.js
!js/indicators/price-channel.src.js
!js/indicators/price-envelopes.src.js
!js/indicators/psar.src.js
!js/indicators/regressions.src.js
!js/indicators/roc.src.js
!js/indicators/rsi.src.js
!js/indicators/stochastic.src.js
!js/indicators/supertrend.src.js
!js/indicators/tema.src.js
!js/indicators/trendline.src.js
!js/indicators/trix.src.js
!js/indicators/volume-by-price.src.js
!js/indicators/vwap.src.js
!js/indicators/williams-r.src.js
!js/indicators/zigzag.src.js
js/modules/**/*.js
!js/modules/accessibility/**/*.js
!js/modules/boost/**/*.js
!js/modules/sonification/**/*.js
!js/modules/boost-canvas.src.js
!js/modules/stock-tools-bindings.js
!js/modules/stock-tools-gui.js
#!js/modules/variable-pie.src.js
#!js/modules/variwide.src.js
#!js/modules/vector.src.js
#!js/modules/venn.src.js
#!js/modules/windbarb.src.js
#!js/modules/wordcloud.src.js
js/mixins/**/*.js
js/parts/**/*.js
js/parts-3d/**/*.js
js/parts-gantt/**/*.js
js/parts-map/**/*.js
js/parts-more/**/*.js
js/themes/**/*.js
samples/data/**/*.js
samples/highcharts/common-js/**/*.js
samples/cloud/**/**/*.js
samples/static/*.js
test/test-controller.js
test/test-template.js
test/test-utilities.js
tools/eslint-plugin-highcharts/node_modules/**
tools/jsdoc/storage/**/*.js
vendor/**/*