moxie-lean / ng-web-app

Front-end component of a web app based on the modular LEAN concept.
http://getmoxied.net/lean
MIT License
6 stars 0 forks source link

Improve JS Lint rules #48

Closed adamf321 closed 8 years ago

adamf321 commented 8 years ago

Steps to reproduce and a minimal demo of the problem The rule set is not very complete

Current behavior e.g. it allows if(..){ or f(..) { or f(..)

Expected/desired behavior A more complete ruleset.

Other information

mitogh commented 8 years ago

Can you provide a more descriptive example since f can be mean a function or an if.

Thank you.

adamf321 commented 8 years ago

I meant "if", sorry. It's just and example though. if(..){ or if(..) { or if(..)