@powerlines/plugin-eslint 0.2.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -45,7 +45,7 @@ This package is part of the ⚡<b>Powerlines</b> monorepo. Powerlines packages i
45
45
 
46
46
  # Powerlines - ESLint Plugin
47
47
 
48
- A package containing a Powerlines plugin that integrates ESLint into the Powerlines build process, allowing for automatic linting of TypeScript source code.
48
+ A package containing a Powerlines plugin that integrates ESLint into the Powerlines linting process, allowing for automatic linting of TypeScript source code.
49
49
 
50
50
  <!-- START doctoc -->
51
51
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-eslint",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
- "description": "A package containing a Powerlines plugin for running TypeDoc on the codebase.",
5
+ "description": "A package containing a Powerlines plugin for running ESLint on the codebase.",
6
6
  "repository": {
7
7
  "type": "github",
8
8
  "url": "https://github.com/storm-software/powerlines.git",
@@ -86,20 +86,20 @@
86
86
  }
87
87
  },
88
88
  "files": ["dist/**/*"],
89
- "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
89
+ "keywords": ["eslint", "powerlines", "storm-software", "powerlines-plugin"],
90
90
  "dependencies": {
91
- "@storm-software/config-tools": "^1.188.6",
91
+ "@storm-software/config-tools": "^1.188.11",
92
92
  "@stryke/fs": "^0.32.2",
93
93
  "@stryke/path": "^0.16.0",
94
94
  "defu": "^6.1.4",
95
95
  "eslint": "^9.38.0",
96
- "powerlines": "^0.5.0"
96
+ "powerlines": "^0.7.0"
97
97
  },
98
98
  "devDependencies": {
99
- "@powerlines/nx": "^0.5.1",
100
- "@storm-software/tsup": "^0.2.4",
99
+ "@powerlines/nx": "^0.6.0",
100
+ "@storm-software/tsup": "^0.2.9",
101
101
  "@types/node": "^22.18.12"
102
102
  },
103
103
  "publishConfig": { "access": "public" },
104
- "gitHead": "77d4bec26857b6b446158e7ef491332bf4e6414d"
104
+ "gitHead": "39b3b5a165f9c443558bcd792a4dc1ca456f94f2"
105
105
  }