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!: upgrade eslint v8 (fixes #61) #99

Merged
merged 3 commits into from
Dec 16, 2021
Merged

feat!: upgrade eslint v8 (fixes #61) #99

merged 3 commits into from
Dec 16, 2021

Commits on Dec 15, 2021

  1. feat!: upgrade eslint v8 (fixes #61)

    the main change is to replace eslint.CliEngine to eslint.ESLint, as CLIEngine
    has been removed.
    
    refs: https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0#remove-cliengine
    
    fix: rm no needed deps
    
    these eslint plugins has been installed as eslint-config-react-app's deps.
    aladdin-add committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    55b5f2b View commit details
    Browse the repository at this point in the history
  2. --wip-- [skip ci]

    aladdin-add committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d56deb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. fix: upgrade eslint-config-react-app

    forked eslint-config-react-app v7.0.0, as it was breaking `dts lint`
    aladdin-add committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    23e8e9f View commit details
    Browse the repository at this point in the history