ecomfe / eslint-config

eslint shareable config for efe
MIT License
118 stars 31 forks source link

feat: [max-len] ignore data uris #42

Closed SyMind closed 3 years ago

otakustay commented 3 years ago

comment不应该被ignore,这是最需要人看的,越是给人看的越不应该超长

其它的,可以考虑ignoreStringsignoreTemplateLiteralsignoreRegExpLiterals

SyMind commented 3 years ago

@otakustay ignoreComments 是现有配置,strings 和 templateLiterals 也是需要阅读和维护的,也不应该过长。