forked from grafana/grafana-infinity-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell.config.js
81 lines (81 loc) · 1.42 KB
/
cspell.config.js
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
module.exports = {
language: 'en',
ignorePaths: ['node_modules/**', 'website/node_modules/**', 'website/public/**', 'try/dashboards/**', '*SeriesProvider.ts', 'coverage/**', 'dist/**'],
words: [
'endregion',
'datapoints',
'datasource',
'datasources',
'jsonplaceholder',
'gserviceaccount',
'instancemgmt',
'fortawesome',
'fontawesome',
'popperjs',
'TLSCA',
'nolint',
'dataproxy',
'vuepress',
'vercel',
'typicode',
'testid',
'ignorecase',
'dataframe',
'deckgo',
'endswith',
'frontmatter',
'gomodcache',
'grafana',
'graphiQL',
'GROQ',
'jsonpath',
'kusto',
'magefile',
'moul',
'mainbg',
'mkdir',
'newyork',
'nodemodules',
'notcontains',
'notequals',
'notin',
'offcanvas',
'openissues',
'openpr',
'outfile',
'peaceiris',
'plugincheck',
'scroller',
'starswith',
'startofday',
'startofhour',
'startofminute',
'startofmonth',
'startofweek',
'startofyear',
'strcat',
'stretchr',
'subnav',
'timeseries',
'todatetime',
'tolong',
'tolower',
'tonumber',
'topnav',
'tostring',
'toupper',
'unixtime',
'unstyled',
'visualisation',
'vlookup',
'youtube',
'nonprod',
'thingspeak',
'deckdeckgo',
'noref',
'tinykeys',
'sriramajeyam',
'sugumaran',
'yesoreyeram',
],
};