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

Support ESLint new config system #1886

Merged
merged 35 commits into from
Dec 20, 2023

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    c55bd34 View commit details
    Browse the repository at this point in the history
  2. Update index.mjs

    sindresorhus authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    27459a7 View commit details
    Browse the repository at this point in the history
  3. Update recommended.mjs

    sindresorhus authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    612da7d View commit details
    Browse the repository at this point in the history
  4. refactor: rm dup

    jjangga0214 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    580fa29 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. style: format

    jjangga0214 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    33f11c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd5159 View commit details
    Browse the repository at this point in the history
  3. style: format

    jjangga0214 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0084e5e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. refactor: import dup

    jjangga0214 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ff1cacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dff114 View commit details
    Browse the repository at this point in the history
  3. docs: align a word

    jjangga0214 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5f4d2a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    9c9afff View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    c7c4a94 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Update readme.md

    Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
    sindresorhus and AriPerkkio authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    30a8bc0 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    sindresorhus authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6a1659b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. docs: fix style

    jjangga0214 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    dce48df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d87f54 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge branch 'main' into feat/new-config-system

    # Conflicts:
    #	index.js
    #	package.json
    #	readme.md
    #	test/run-rules-on-codebase/lint.mjs
    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    34a3ecc View commit details
    Browse the repository at this point in the history
  2. Switch back to commonjs

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4f92045 View commit details
    Browse the repository at this point in the history
  3. Fix file name

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6689394 View commit details
    Browse the repository at this point in the history
  4. Fix config

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    24093f2 View commit details
    Browse the repository at this point in the history
  5. Add test

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c8180d4 View commit details
    Browse the repository at this point in the history
  6. Fix

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    37b3aa1 View commit details
    Browse the repository at this point in the history
  7. Update readme.md

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d35eb36 View commit details
    Browse the repository at this point in the history
  8. Fix anchor

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    165e34d View commit details
    Browse the repository at this point in the history
  9. Fix linting

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3e46955 View commit details
    Browse the repository at this point in the history
  10. Linting

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0942d71 View commit details
    Browse the repository at this point in the history
  11. Fix example

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4b3b487 View commit details
    Browse the repository at this point in the history
  12. Remove useless dependency

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b099569 View commit details
    Browse the repository at this point in the history
  13. Fix anchor

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3809656 View commit details
    Browse the repository at this point in the history
  14. Use auto generated anchor

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8985321 View commit details
    Browse the repository at this point in the history
  15. Move to flat/*

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    151b3fd View commit details
    Browse the repository at this point in the history
  16. Fix create-rule.mjs

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    dce3053 View commit details
    Browse the repository at this point in the history
  17. Open editor

    fisker committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2161a47 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9452c7f View commit details
    Browse the repository at this point in the history
  19. Update package.json

    sindresorhus authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3895cc7 View commit details
    Browse the repository at this point in the history