File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,6 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
144
144
import { defineConfig } from 'cspell';
145
145
146
146
export default defineConfig({
147
- $schema :
148
- " https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json" ,
149
147
version : ' 0.2' ,
150
148
dictionaryDefinitions : [
151
149
{
@@ -166,7 +164,6 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
166
164
const { defineConfig } = require (' @cspell/cspell-types' );
167
165
168
166
module .exports = defineConfig ({
169
- $schema: ' https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json' ,
170
167
version: ' 0.2' ,
171
168
dictionaryDefinitions: [
172
169
{
@@ -185,7 +182,6 @@ For now choose to use either JSON or Yaml. Below are examples of each that inclu
185
182
{
186
183
...
187
184
"cspell" : {
188
- "$schema" : " https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json" ,
189
185
"version" : " 0.2" ,
190
186
"dictionaryDefinitions" : [
191
187
{
You can’t perform that action at this time.
0 commit comments