endojs / Jessie

Tiny subset of JavaScript for ocap-safe universal mobile code
Apache License 2.0
279 stars 16 forks source link

(low priority) drop max-len #116

Closed turadg closed 5 months ago

turadg commented 5 months ago

closes: #115

It can cause warnings with reportUnusedDisableDirectives 'https://eslint.org/docs/latest/use/configure/rules#report-unused-eslint-disable-comments'

The max-len rule is deprecated since v8.53.0 https://eslint.org/docs/latest/rules/max-len so just assume the downstream does not have it enabled.