Skip to content

Commit b4fb066

Browse files
committed
docs: Remove $schema where non-applicable
* #7093
1 parent 162ffe8 commit b4fb066

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

website/docs/getting-started.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
144144
import { defineConfig } from 'cspell';
145145

146146
export default defineConfig({
147-
$schema:
148-
"https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
149147
version: '0.2',
150148
dictionaryDefinitions: [
151149
{
@@ -166,7 +164,6 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
166164
const { defineConfig } = require('@cspell/cspell-types');
167165

168166
module.exports = defineConfig({
169-
$schema: 'https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json',
170167
version: '0.2',
171168
dictionaryDefinitions: [
172169
{
@@ -185,7 +182,6 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
185182
{
186183
...
187184
"cspell": {
188-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
189185
"version": "0.2",
190186
"dictionaryDefinitions": [
191187
{

0 commit comments

Comments
 (0)