eslint: eslint-disable-line directive still errors for exceeding max-len
1; // eslint-disable-line
---
rules:
max-len: [2, 1]
index.js
1:0 error Line 1 exceeds the maximum line length of 1 max-len
✖ 1 problem (1 error, 0 warnings)
Expected the directive to allow exceeding max-len rule.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 15 (5 by maintainers)
May you please create a new issue and fill out the bug report template? If this bug still exists, it will probably get more attention in a new issue.
@zachlysobey May you please create a new issue and fill out the bug report template? If this bug still exists, it will probably get more attention in a new issue.