rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Warning of "max-func-body-length " #72

Open akshayarise opened 7 years ago

akshayarise commented 7 years ago

While executing the code of .ts file ,It is showing this error as shown below :-

max-func-body-length - Max arrow function body length exceeded - max: 100, actual: 109

Comments and Spaces should not be included in the body length of .ts file in the error above.