@kitschpatrol/cspell-config 5.12.0 → 5.13.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.
package/bin/cli.js CHANGED
@@ -5138,7 +5138,7 @@ var Yargs = YargsFactory(esm_default);
5138
5138
  var yargs_default = Yargs;
5139
5139
 
5140
5140
  // ../../package.json
5141
- var version = "5.12.0";
5141
+ var version = "5.13.0";
5142
5142
 
5143
5143
  // ../../src/execa-utilities.ts
5144
5144
  function isErrorExecaError(error) {
@@ -5898,7 +5898,7 @@ async function printCspellConfigCommand(logStream) {
5898
5898
  var commandDefinition = {
5899
5899
  commands: {
5900
5900
  init: {
5901
- configFile: "cspell.config.js",
5901
+ configFile: "cspell.config.ts",
5902
5902
  configPackageJson: {
5903
5903
  cspell: {
5904
5904
  import: "@kitschpatrol/cspell-config"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/cspell-config",
3
- "version": "5.12.0",
3
+ "version": "5.13.0",
4
4
  "description": "CSpell configuration for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -53,7 +53,7 @@
53
53
  "execa": "^9.6.1",
54
54
  "find-workspaces": "^0.3.1",
55
55
  "fs-extra": "^11.3.3",
56
- "prettier": "^3.8.0"
56
+ "prettier": "^3.8.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "globby": "^15.0.0",
package/readme.md CHANGED
@@ -77,7 +77,7 @@ Integrate with your `package.json` scripts as you see fit, for example:
77
77
 
78
78
  ### Configuration
79
79
 
80
- To create a `cspell.config.js` in your project root:
80
+ To create a `cspell.config.ts` in your project root:
81
81
 
82
82
  ```sh
83
83
  pnpm exec ksc-knip init
@@ -93,7 +93,7 @@ To create a `cspell` property in `package.json`:
93
93
  pnpm exec ksc-cspell init --location package
94
94
  ```
95
95
 
96
- (Note that this will delete the `cspell.config.js` file in your project root!)
96
+ (Note that this will delete the `cspell.config.ts` file in your project root!)
97
97
 
98
98
  #### Ignoring files
99
99
 
File without changes