musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

3.0: Remove `warn-empty-array-element` and `warn-debugger` #154

Closed iccir closed 6 years ago

iccir commented 6 years ago

In 2.0, we deprecated JSHint integration (#78) in favor of official API for linter support (#79).

At the time, we added --warn-empty-array-element and --warn-debugger as a courtesy to those not wanting to use a linter.

With 3.0, we will assume that users are using an external linter.