Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all eslint rules warnings #2895

Merged
merged 1 commit into from
May 3, 2020
Merged

Make all eslint rules warnings #2895

merged 1 commit into from
May 3, 2020

Commits on May 3, 2020

  1. Make all eslint rules warnings

    eslint warnings normally don't exit with non-zero when warnings fail unless
    '--max-warnings 0' is used. This commit adds that and changes all rules to
    be warnings in order to improve feedback in the editor. After this commit
    all warning diagnostics (yellow) are stylistic/lint-related ones that will
    still fail lint, which error diagnostics (red) are actual errors that will
    fail compilation (from tsc).
    
    Fixes xtermjs#2886
    Tyriar committed May 3, 2020
    Configuration menu
    Copy the full SHA
    b84831f View commit details
    Browse the repository at this point in the history