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

Increase ESLint requirements for new files #1846

Merged
merged 13 commits into from
Apr 3, 2023
Merged

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    efe4497 View commit details
    Browse the repository at this point in the history
  2. Remove redundant option

    This is already set by `"es2022": true`
    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a8e8871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590319e View commit details
    Browse the repository at this point in the history
  4. Add import linting

    Checks imports are in a sensible order, and that they resolve properly (only for ESM files)
    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    99166d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4371d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87b37f3 View commit details
    Browse the repository at this point in the history
  7. Enable cypress support

    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4d0c87c View commit details
    Browse the repository at this point in the history
  8. Scope frontend plugins

    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e504734 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae049ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16aea48 View commit details
    Browse the repository at this point in the history
  11. Re-generate rule overrides

    ```
    npx eslint -c .eslintrc -f overrides --ext .js,.vue "**"
    ```
    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c179abb View commit details
    Browse the repository at this point in the history
  12. Re-generate rule overrides 2

    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1e4f255 View commit details
    Browse the repository at this point in the history
  13. Update applications.spec.js

    Pezmc committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2f814da View commit details
    Browse the repository at this point in the history