Skip to content

Commit d5fc8d5

Browse files
committed
added spellcheck
1 parent cb9c3ce commit d5fc8d5

File tree

4 files changed

+684
-7
lines changed

4 files changed

+684
-7
lines changed

cspell.config.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"ignorePaths": [
3+
"./node_modules/",
4+
"./.github/",
5+
"./dist/",
6+
"./website/src/css",
7+
"./website/*.js",
8+
"./website/.docusaurus/",
9+
"./website/node_modules/",
10+
"./website/.docusaurus/"
11+
],
12+
"words": [
13+
"amng",
14+
"clsx",
15+
"datasource",
16+
"jirkafajfr",
17+
"jsonapi",
18+
"jsonata",
19+
"Kensington",
20+
"marcusolsson",
21+
"Olsson",
22+
"rejohnst",
23+
"Timestmap",
24+
"Totalus",
25+
"Typeahead",
26+
"uniquify"
27+
]
28+
}

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"license": "Apache-2.0",
1010
"scripts": {
11+
"spellcheck": "cspell -c cspell.config.json \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"",
1112
"build": "grafana-toolkit plugin:build",
1213
"test": "grafana-toolkit plugin:test",
1314
"dev": "grafana-toolkit plugin:dev",
@@ -39,6 +40,7 @@
3940
"@types/lodash": "^4.14.168",
4041
"@types/memory-cache": "^0.2.1",
4142
"@types/react-virtualized-auto-sizer": "^1.0.0",
43+
"cspell": "^6.30.2",
4244
"emotion": "10.0.27",
4345
"react-virtualized-auto-sizer": "^1.0.4"
4446
},

website/docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ grafana-cli.exe plugins install marcusolsson-json-datasource
4747

4848
1. Go to [Releases](https://github.com/grafana/grafana-json-datasource/releases) on the GitHub project page
4949
1. Find the release you want to install
50-
1. Download the release by clicking the release asset called `marcusolsson-json-datasource-<version>.zip`. You may need to uncollapse the **Assets** section to see it.
50+
1. Download the release by clicking the release asset called `marcusolsson-json-datasource-<version>.zip`. You may need to un-collapse the **Assets** section to see it.
5151
1. Unarchive the plugin into the Grafana plugins directory
5252

5353
<Tabs

0 commit comments

Comments
 (0)