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

Fix eslint parsing errors, remove eslint-plugin-html #20323

Merged
merged 6 commits into from
Jul 15, 2022

Commits on Jul 14, 2022

  1. Fix eslint parsing errors

    Introduce a separate .eslintrc in the Vue components folder to
    selectively enable vue-eslint-parser there, so that the rest of the
    files can use eslint's core parser which can deal with hashbangs.
    
    The fact that the eslint-disable comments worked in HTML was a
    unintended side-effect of the files being parsed via vue-eslint-parser,
    so I had to disable the parsing of these files in .eslintrc.yaml to make
    it work.
    silverwind committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    228eaee View commit details
    Browse the repository at this point in the history
  2. add comment

    silverwind committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a34734e View commit details
    Browse the repository at this point in the history
  3. remove eslint-plugin-html

    silverwind committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e5399c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    ef0be94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee12e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e053288 View commit details
    Browse the repository at this point in the history