Lint tool for actionscript?

后端 未结 6 1842
-上瘾入骨i
-上瘾入骨i 2021-01-07 23:29

Are there any lint tools available for actionscript? One source would be ideal, but anything is welcome.

My team is starting to adopt more a more rigorous style gui

6条回答
  •  时光取名叫无心
    2021-01-08 00:01

    Actionscript 2.0 and 3.0 are ECMA compliant scripting languages. Since ECMA script is essentially Javascript, you can typically use something like JSure (appears to be Linux only) or Javascript Lint.

提交回复
热议问题