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: Avoid dirname for built-in configs. #71

Merged
merged 5 commits into from Feb 25, 2022

Commits on Feb 16, 2022

  1. feat: Avoid dirname for built-in configs.

    Load eslint:recommended and eslint:all configs via import instead file paths.
    
    Fixes: eslint/eslint#15575
    daidodo committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7ed74f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. feat: Avoid dirname for built-in configs.

    Load eslint:recommended and eslint:all configs via import instead file paths.
    
    Fixes: eslint/eslint#15575
    daidodo committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    32470f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db72ec3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. feat: Avoid dirname for built-in configs.

    Load eslint:recommended and eslint:all configs via import instead file paths.
    
    Fixes: eslint/eslint#15575
    daidodo committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b4803f0 View commit details
    Browse the repository at this point in the history
  2. feat: Avoid dirname for built-in configs.

    Load eslint:recommended and eslint:all configs via import instead file paths.
    
    Fixes: eslint/eslint#15575
    daidodo committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    57457ec View commit details
    Browse the repository at this point in the history