@m-social/cspell-config 0.4.0 → 0.4.2

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.
package/cspell.config.js CHANGED
@@ -31,8 +31,13 @@ const config = {
31
31
  path: "./dictionaries/terms.txt",
32
32
  addWords: false,
33
33
  },
34
+ {
35
+ name: "m-social:ru",
36
+ path: "./dictionaries/ru.txt",
37
+ addWords: false,
38
+ },
34
39
  ],
35
- dictionaries: ["m-social:packages", "m-social:internal", "m-social:terms"],
40
+ dictionaries: ["m-social:packages", "m-social:internal", "m-social:terms", "m-social:ru"],
36
41
  overrides: [
37
42
  {
38
43
  filename: "**/*.svg",
package/cspell.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
- "version": "0.2",
4
- "name": "m-social cspell settings .json",
5
- "id": "m-social-cspell-json",
6
- "readonly": true,
7
- "import": ["./cspell.config.js"]
8
- }
2
+ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
+ "version": "0.2",
4
+ "name": "m-social cspell settings .json",
5
+ "id": "m-social-cspell-json",
6
+ "readonly": true,
7
+ "import": ["./cspell.config.js"]
8
+ }
@@ -14,6 +14,7 @@ oxlint
14
14
  oxlintrc
15
15
  pandacss
16
16
  picklist
17
+ prototools
17
18
  sonarjs
18
19
  steiger
19
20
  timerset
@@ -0,0 +1,9 @@
1
+ фронтенд
2
+ фронтенда
3
+ фронтенду
4
+ фронтендом
5
+ фронтенде
6
+ фронтенды
7
+ фронтендов
8
+ фронтендами
9
+ фронтендах
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@m-social/cspell-config",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Shared CSpell config for projects used at M-Social",
5
5
  "keywords": [
6
- "m-social",
7
- "cspell",
8
6
  "config",
9
- "cspell-config"
7
+ "cspell",
8
+ "cspell-config",
9
+ "m-social"
10
10
  ],
11
+ "license": "MIT",
11
12
  "author": {
12
13
  "name": "M-Social",
13
14
  "url": "https://msocialproduction.com"
@@ -18,12 +19,16 @@
18
19
  "email": "a.pitikin@msocialproduction.com"
19
20
  }
20
21
  ],
21
- "license": "MIT",
22
22
  "repository": {
23
23
  "type": "git",
24
24
  "url": "git+https://github.com/m-social/frontend-configs.git",
25
25
  "directory": "configs/cspell"
26
26
  },
27
+ "files": [
28
+ "cspell.json",
29
+ "cspell.config.js",
30
+ "dictionaries"
31
+ ],
27
32
  "type": "module",
28
33
  "sideEffects": false,
29
34
  "main": "cspell.json",
@@ -33,26 +38,18 @@
33
38
  "./cspell.json": "./cspell.json",
34
39
  "./dictionaries/*": "./dictionaries/*"
35
40
  },
36
- "files": [
37
- "cspell.json",
38
- "cspell.config.js",
39
- "dictionaries"
40
- ],
41
+ "publishConfig": {
42
+ "access": "public"
43
+ },
41
44
  "dependencies": {
42
- "@cspell/cspell-bundled-dicts": "^9.7.0",
45
+ "@cspell/cspell-bundled-dicts": "^10.0.0",
43
46
  "@cspell/dict-ru_ru": "^2.3.2"
44
47
  },
45
- "peerDependencies": {
46
- "cspell": "^9.7.0"
47
- },
48
48
  "devDependencies": {
49
- "@cspell/cspell-types": "^9.7.0",
50
- "prettier": "^3.8.1",
51
- "publint": "^0.3.17",
52
- "typescript": "^5.9.3"
49
+ "@cspell/cspell-types": "^10.0.0"
53
50
  },
54
- "publishConfig": {
55
- "access": "public"
51
+ "peerDependencies": {
52
+ "cspell": "^9.7.0 || ^10.0.0"
56
53
  },
57
54
  "scripts": {
58
55
  "build": "publint"