Skip to content

Commit 3fab3ce

Browse files
fix: disable class-methods-use-this (#67)
1 parent 77c4807 commit 3fab3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coding-standards/angular.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ To ensure proper setup, add the following configuration files to your project's
337337
"avoidEscape": true
338338
}
339339
],
340+
"class-methods-use-this": "off",
340341
"radix": "error",
341342
"eqeqeq": [
342343
"error",

0 commit comments

Comments
 (0)