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

(feat): support JS & JSX files in tsdx lint #487

Merged
merged 1 commit into from
Feb 4, 2020

Commits on Feb 3, 2020

  1. (feat): support JS & JSX files in tsdx lint

    - JS & JSX are already supported in tsdx build, so this is just adding
      some better parity in tsdx test
      - more JS & JSX support also means better support for gradual TS
        migrations
    
    - prior to this, JS & JSX files wouldn't be linted unless explicitly
      included with a glob or something
      - extensions is also only configurable via CLIEngine, .eslintrc
        doesn't currently support it
    
    - fix errors & warnings in JS test files as TSDX dogfoods its own lint
      functionality
    agilgur5 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    5d08180 View commit details
    Browse the repository at this point in the history