awslint 2.10.0 → 2.11.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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  A linter for the AWS Construct Library's API. It reflects a construct library's
19
19
  module via it's `.jsii` manifest and checks that the module adheres to the [AWS
20
- Resource Construct Design Guidelines](../../DESIGN_GUIDELINES.md).
20
+ Resource Construct Design Guidelines](../../docs/DESIGN_GUIDELINES.md).
21
21
 
22
22
  ## Usage
23
23
 
@@ -139,6 +139,6 @@ resource-class: every resource must have a resource class (L2)
139
139
  ...
140
140
  ```
141
141
 
142
- The [AWS Resource Construct Design Guidelines](../../DESIGN_GUIDELINES.md) document
143
- includes references for all rules. For example, see [#construct-interface](../../DESIGN_GUIDELINES.md#construct-interface)
142
+ The [AWS Resource Construct Design Guidelines](../../docs/DESIGN_GUIDELINES.md) document
143
+ includes references for all rules. For example, see [#construct-interface](../../docs/DESIGN_GUIDELINES.md#construct-interface)
144
144
  for a discussion about the "construct-interface" rule.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awslint",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "Enforces the AWS Construct Library guidelines",
5
5
  "scripts": {
6
6
  "build": "tsc -b && eslint . --ext=.ts && pkglint && chmod +x bin/awslint",
@@ -29,14 +29,14 @@
29
29
  "@types/fs-extra": "^8.1.2",
30
30
  "@types/jest": "^27.4.0",
31
31
  "@types/yargs": "^15.0.14",
32
- "@aws-cdk/pkglint": "2.10.0",
32
+ "@aws-cdk/pkglint": "2.11.0",
33
33
  "typescript": "~3.9.10",
34
34
  "@typescript-eslint/eslint-plugin": "^4.33.0",
35
35
  "@typescript-eslint/parser": "^4.33.0",
36
36
  "eslint": "^7.32.0",
37
37
  "eslint-import-resolver-node": "^0.3.6",
38
38
  "eslint-import-resolver-typescript": "^2.5.0",
39
- "@aws-cdk/eslint-plugin": "2.10.0",
39
+ "@aws-cdk/eslint-plugin": "2.11.0",
40
40
  "eslint-plugin-import": "^2.25.4",
41
41
  "eslint-plugin-jest": "^24.7.0",
42
42
  "jest": "^27.4.7"