@powerlines/plugin-eslint 0.1.1 → 0.3.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/README.md +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "A package containing a Powerlines plugin for running
|
|
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.
|
|
91
|
+
"@storm-software/config-tools": "^1.188.7",
|
|
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.
|
|
96
|
+
"powerlines": "^0.6.1"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@powerlines/nx": "^0.5.
|
|
100
|
-
"@storm-software/tsup": "^0.2.
|
|
99
|
+
"@powerlines/nx": "^0.5.2",
|
|
100
|
+
"@storm-software/tsup": "^0.2.5",
|
|
101
101
|
"@types/node": "^22.18.12"
|
|
102
102
|
},
|
|
103
103
|
"publishConfig": { "access": "public" },
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "49929e8c2f56d148c77d5259132b1e8d4f28767c"
|
|
105
105
|
}
|