Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Showcase that very-long functions may be accepted by max-func-body-length rule under some conditions

Notifications You must be signed in to change notification settings

makotom/tslint-test-20180719

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a showcase that very-long functions may be accepted by max-func-body-length rule if the function is defined as a parameter of a pre-defined function/method, of which name matches /^.*describe.*$/.

Just npm i and npm run lint for your try.

The behaviour could be an expected one, but the pattern mathces to names which do not look like describe, such as xyzdescribexyz for example, and this is not a good idea.

About

Showcase that very-long functions may be accepted by max-func-body-length rule under some conditions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published