eslint-plugin-awscdk 4.2.1 → 4.3.2

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 CHANGED
@@ -14,33 +14,6 @@
14
14
 
15
15
  Please refer to the [website](https://eslint-plugin-awscdk.dev/).
16
16
 
17
- ## 📦 Package Name Migration Notice
18
-
19
- > **Important**: This package was previously published as `eslint-cdk-plugin`. Starting from v4.0.0, it has been renamed to `eslint-plugin-awscdk` to follow ESLint's official naming convention.
20
-
21
- ### Migration Steps
22
-
23
- #### 1. Update `eslint-cdk-plugin` to latest version
24
-
25
- ```bash
26
- # npm
27
- npm install -D eslint-cdk-plugin@latest
28
-
29
- # yarn
30
- yarn add -D eslint-cdk-plugin@latest
31
-
32
- # pnpm
33
- pnpm install -D eslint-cdk-plugin@latest
34
- ```
35
-
36
- #### 2. execute migration command
37
-
38
- ```bash
39
- npx migrate-cdk-plugin
40
- ```
41
-
42
- The old package name will continue to receive updates until for a while , after which it will be deprecated.
43
-
44
17
  ## 📦 Installation
45
18
 
46
19
  ```bash