@cspell/cspell-bundled-dicts 6.15.0 → 6.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,22 @@ const settings = {
6
6
  readonly: true,
7
7
  language: 'en',
8
8
  description: 'Default cspell configuration.',
9
- words: [],
9
+ words: [
10
+ 'déjà',
11
+ 'Éric',
12
+ 'Español',
13
+ 'Français',
14
+ 'François',
15
+ 'Inglés',
16
+ 'Jérôme',
17
+ 'Kévin',
18
+ 'naïve',
19
+ 'Noël',
20
+ 'Orléans',
21
+ 'René',
22
+ 'Renée',
23
+ 'Română',
24
+ ],
10
25
  flagWords: [],
11
26
  maxNumberOfProblems: 10000,
12
27
  ignorePaths: [],
@@ -99,8 +114,8 @@ const settings = {
99
114
  ignoreRegExpList: ['MARKDOWN-link-reference', 'MARKDOWN-link-footer', 'MARKDOWN-link', 'MARKDOWN-anchor'],
100
115
  },
101
116
  ],
117
+ enableFiletypes: ['svelte'],
102
118
  import: [
103
- './cspell-compatibility.json',
104
119
  '@cspell/dict-ada/cspell-ext.json',
105
120
  '@cspell/dict-aws/cspell-ext.json',
106
121
  '@cspell/dict-bash/cspell-ext.json',
@@ -140,6 +155,7 @@ const settings = {
140
155
  '@cspell/dict-scala/cspell-ext.json',
141
156
  '@cspell/dict-sql/cspell-ext.json',
142
157
  '@cspell/dict-software-terms/cspell-ext.json',
158
+ '@cspell/dict-svelte/cspell-ext.json',
143
159
  '@cspell/dict-swift/cspell-ext.json',
144
160
  '@cspell/dict-typescript/cspell-ext.json',
145
161
  '@cspell/dict-vue/cspell-ext.json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -84,6 +84,7 @@
84
84
  "@cspell/dict-scala": "^3.0.0",
85
85
  "@cspell/dict-software-terms": "^3.0.5",
86
86
  "@cspell/dict-sql": "^2.0.0",
87
+ "@cspell/dict-svelte": "^1.0.0",
87
88
  "@cspell/dict-swift": "^2.0.0",
88
89
  "@cspell/dict-typescript": "^3.0.1",
89
90
  "@cspell/dict-vue": "^3.0.0"
@@ -92,8 +93,8 @@
92
93
  "node": ">=14"
93
94
  },
94
95
  "devDependencies": {
95
- "@cspell/cspell-tools": "6.15.0",
96
- "@cspell/cspell-types": "6.15.0"
96
+ "@cspell/cspell-tools": "6.16.0",
97
+ "@cspell/cspell-types": "6.16.0"
97
98
  },
98
- "gitHead": "8bbc20a6fabe0b95caafb7dac2035764cc73ba13"
99
+ "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df"
99
100
  }
Binary file
@@ -1,15 +0,0 @@
1
- {
2
- "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
- "version": "0.2",
4
- "name": "cspell compatibility settings Json",
5
- "id": "cspell-compatibility-json",
6
- "readonly": true,
7
- "dictionaryDefinitions": [
8
- {
9
- "path": "./compatibility-words.txt.gz",
10
- "description": "Some words with accents that should be considered correct.",
11
- "name": "backwards-compatibility"
12
- }
13
- ],
14
- "dictionaries": ["backwards-compatibility"]
15
- }