ren-yamanashi / eslint-plugin-cdk

MIT License
0 stars 0 forks source link

fix: not support rule `pascal-case-construct-id` #8

Closed ren-yamanashi closed 4 hours ago

ren-yamanashi commented 4 hours ago

Note

If we use typescript notation as below, the rule will not work.

new SampleConstruct({ name: "sample" }, "sample" as string);
ren-yamanashi commented 4 hours ago

does not need to be addressed, so close