@rushstack/eslint-plugin-packlets 0.6.0 → 0.6.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ The basic design can be summarized in 5 rules:
|
|
|
73
73
|
import { MessageType } from ".";
|
|
74
74
|
|
|
75
75
|
// Error: Files under a packlet folder must not import from their own index.ts file (@rushstack/packlets/mechanics)
|
|
76
|
-
import { MessageType} from "./index";
|
|
76
|
+
import { MessageType } from "./index";
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
|
|
@@ -192,7 +192,7 @@ module.exports = {
|
|
|
192
192
|
## Links
|
|
193
193
|
|
|
194
194
|
- [CHANGELOG.md](
|
|
195
|
-
https://github.com/microsoft/rushstack/blob/main/
|
|
195
|
+
https://github.com/microsoft/rushstack/blob/main/eslint/eslint-plugin-packlets/CHANGELOG.md) - Find
|
|
196
196
|
out what's new in the latest version
|
|
197
197
|
- [@rushstack/eslint-config](https://www.npmjs.com/package/@rushstack/eslint-config) documentation
|
|
198
198
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-plugin-packlets",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rushstack/heft": "0.
|
|
29
|
-
"@rushstack/heft-node-rig": "1.
|
|
28
|
+
"@rushstack/heft": "0.48.0",
|
|
29
|
+
"@rushstack/heft-node-rig": "1.11.0",
|
|
30
30
|
"@types/eslint": "8.2.0",
|
|
31
31
|
"@types/estree": "0.0.50",
|
|
32
32
|
"@types/heft-jest": "1.0.1",
|