@storm-software/eslint 0.123.0 → 0.123.1

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.
Files changed (2) hide show
  1. package/dist/preset.js +1 -7
  2. package/package.json +2 -2
package/dist/preset.js CHANGED
@@ -3422,13 +3422,7 @@ async function cspell(options = {}) {
3422
3422
  const { configFile = "./.vscode/cspell.json" } = options;
3423
3423
  return [
3424
3424
  {
3425
- name: "storm/cspell/setup",
3426
- plugins: {
3427
- "@cspell": default2
3428
- }
3429
- },
3430
- {
3431
- name: "storm/cspell/rules",
3425
+ name: "storm/cspell",
3432
3426
  ...cspellConfig,
3433
3427
  rules: {
3434
3428
  ...cspellConfig.rules,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.123.0",
3
+ "version": "0.123.1",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -153,7 +153,7 @@
153
153
  "@eslint/eslintrc": "^3.2.0",
154
154
  "@eslint/markdown": "^6.2.2",
155
155
  "@nx/eslint-plugin": "^20.3.1",
156
- "@storm-software/config-tools": "1.155.0",
156
+ "@storm-software/config-tools": "1.155.1",
157
157
  "@stylistic/eslint-plugin": "^4.0.0",
158
158
  "@typescript-eslint/eslint-plugin": "^8.24.1",
159
159
  "@typescript-eslint/parser": "^8.24.1",