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

chore: fix npm run perf crashes #16258

Merged
merged 3 commits into from Aug 31, 2022
Merged

Commits on Aug 29, 2022

  1. chore: fix npm run perf crashes

    it was crashing as eslint treat the `.eslintrc.yml` to be js.
    this commit changes the generated configs to `eslint.config.js`.
    
    refs: eslint#16255 (comment)
    aladdin-add committed Aug 29, 2022
    Copy the full SHA
    d4e9c05 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. fix: windows compat

    aladdin-add committed Aug 30, 2022
    Copy the full SHA
    48eb7ec View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Update Makefile.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    aladdin-add and mdjermanovic committed Aug 31, 2022
    Copy the full SHA
    89d1e91 View commit details
    Browse the repository at this point in the history