Skip to content

Commit

Permalink
fix: add all ecmascript PMD best practices rules
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Nov 16, 2023
1 parent 7e11c1e commit 14b6a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
<rule ref="category/ecmascript/codestyle.xml">
<exclude name="UnnecessaryBlock"/>
</rule>
<rule ref="category/ecmascript/errorprone.xml"/>
<rule ref="category/ecmascript/bestpractices.xml"/>

</ruleset>

0 comments on commit 14b6a9c

Please sign in to comment.