TSFluff icon indicating copy to clipboard operation
TSFluff copied to clipboard

TSFluff is a collection of linting rules for the masochistic developer. Enable them at your own peril!

Results 10 TSFluff issues
Sort by recently updated
recently updated
newest added

Prevent lazy developers from trying to boost their Lines-Of-Code metrics with unnecessary line breaks.

enhancement
help wanted

Functions are an important part of TypeScript/JavaScript and should be treated as such by ensuring that coders cannot create throwaway functions frivolously.

enhancement
help wanted

Ensure all brackets are used without prejudice: [], {}, ().

enhancement
help wanted

All comments must include one of the following prefixes/suffixes: - I think... - I guess... - I suspect... - It seems like.. - ...as far I know - ...probably -...

enhancement
help wanted

Wherever possible data must be typed as `any`.

enhancement
help wanted

Really all a programmer needs is a do-while loop and the trusty ternary operator.

enhancement
help wanted

Putting all the data on the window allows for graceful data transmission between different parts of your application.

enhancement
help wanted

This will ensure your code never operates at a trade defecit

enhancement
help wanted

Promiscuous types and type unions in signatures are legacy JavaScript code-smell. TypeScript comes with an Expressive Type System that allows for expressions in type signatures. Any Haskell developer who has...

enhancement
help wanted