@w5s/cspell-config 2.3.13 → 2.3.15

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/dist/index.js CHANGED
@@ -108,6 +108,7 @@ const settings = {
108
108
  {
109
109
  languageId: 'typescript,javascript,typescriptreact,javascriptreact',
110
110
  locale: '*',
111
+ // eslint-disable-next-line unicorn/prefer-string-raw
111
112
  ignoreRegExpList: ['\\/\\* eslint-disable.+', '\\/\\/ eslint-disable.+'],
112
113
  },
113
114
  ],
@@ -1 +1 @@
1
- {"root":["../src/index.ts"],"version":"5.6.2"}
1
+ {"root":["../src/index.ts"],"version":"5.6.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "2.3.13",
3
+ "version": "2.3.15",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "sideEffect": false,
59
- "gitHead": "8342e0884a000565d2727d65092ae024ac6c0669"
59
+ "gitHead": "6021702d3355d02293fc6f7fb1c1fce2ece1951f"
60
60
  }
package/src/index.ts CHANGED
@@ -108,6 +108,7 @@ const settings: AdvancedCSpellSettings = {
108
108
  {
109
109
  languageId: 'typescript,javascript,typescriptreact,javascriptreact',
110
110
  locale: '*',
111
+ // eslint-disable-next-line unicorn/prefer-string-raw
111
112
  ignoreRegExpList: ['\\/\\* eslint-disable.+', '\\/\\/ eslint-disable.+'],
112
113
  },
113
114
  ],