You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I would like to run ESLint in Atom with specific CLI flags. Unless I haven't checked it propertly, this is not possible with linter-eslint.
The problem arose for me with ESLint 5 which conflicts with the rule eslint-comments/no-unused-disabled. This rule is to be deprecated and replaced with the CLI flag --report-unused-disable-directives.
Another option would be to add a configuration property for --report-unused-disabled-directives.
The text was updated successfully, but these errors were encountered:
Issue Type
Feature Request
Issue Description
I would like to run ESLint in Atom with specific CLI flags. Unless I haven't checked it propertly, this is not possible with
linter-eslint
.The problem arose for me with ESLint 5 which conflicts with the rule
eslint-comments/no-unused-disabled
. This rule is to be deprecated and replaced with the CLI flag--report-unused-disable-directives
.Another option would be to add a configuration property for
--report-unused-disabled-directives
.The text was updated successfully, but these errors were encountered: