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

[WIP] chore(config): migrate to new eslint config #441

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 15, 2024

  1. chore(config): migrate to new eslint connfig

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and susnux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dcbff05 View commit details
    Browse the repository at this point in the history
  2. fix: package.js: main entrypoint is just for commonjs, esm requires…

    … `module` or `exports`
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ded9c8f View commit details
    Browse the repository at this point in the history
  3. fix: Make sure eslint can parse the config, eslint needs to be set up…

    … using es2020+
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3bc3033 View commit details
    Browse the repository at this point in the history
  4. fix: Allow running eslint on non-test files without having jest insta…

    …lled
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    99575c0 View commit details
    Browse the repository at this point in the history
  5. feat: Include extended configurations using the eslint compat wrapper

    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2375241 View commit details
    Browse the repository at this point in the history