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!: support flat config #81

Merged
merged 41 commits into from
Apr 4, 2024
Merged

feat!: support flat config #81

merged 41 commits into from
Apr 4, 2024

Commits on Feb 23, 2024

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

Commits on Feb 28, 2024

  1. fix: do not support multi configs

    it's still needed in some rare cases, but need a few more refactor
    aladdin-add committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fcde6c3 View commit details
    Browse the repository at this point in the history
  2. fix: helpercontent

    aladdin-add committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8ddf82a View commit details
    Browse the repository at this point in the history
  3. fix: review suggestions

    aladdin-add committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1199d6e View commit details
    Browse the repository at this point in the history
  4. fix: rm unused dev deps

    aladdin-add committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    222e432 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix: rm unused dev deps

    aladdin-add committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4602713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46bdf7 View commit details
    Browse the repository at this point in the history
  3. chore: clean fixtures

    aladdin-add committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    893522d View commit details
    Browse the repository at this point in the history
  4. fix: styleguide tests

    aladdin-add committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    595b5b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fd59b0 View commit details
    Browse the repository at this point in the history
  6. fix: sourceType: script

    aladdin-add committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f994131 View commit details
    Browse the repository at this point in the history
  7. fix: indent

    aladdin-add committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ed29ad7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    0cc0c41 View commit details
    Browse the repository at this point in the history
  2. chore: c8 -> v8

    aladdin-add committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d8d81d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 7, 2024

  1. fix: rm deps debug

    aladdin-add committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ec2642f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640d0d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore: put env in .npmrc

    aladdin-add committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9a8affb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399a0f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix: review suggestions

    aladdin-add committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    85a6fb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    07479e1 View commit details
    Browse the repository at this point in the history
  2. Update lib/config-generator.js

    Co-authored-by: Francesco Trotta <[email protected]>
    aladdin-add and fasttime authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d08ec84 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

  1. Update lib/config-generator.js

    Co-authored-by: Francesco Trotta <[email protected]>
    aladdin-add and fasttime authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bd4232b View commit details
    Browse the repository at this point in the history
  2. Update lib/config-generator.js

    Co-authored-by: Francesco Trotta <[email protected]>
    aladdin-add and fasttime authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    082044d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix: module => moduleType

    aladdin-add committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bb8e042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8354c9f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix: problem => problems

    aladdin-add committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ca75216 View commit details
    Browse the repository at this point in the history
  2. fix: eslint bin

    aladdin-add committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    71d5767 View commit details
    Browse the repository at this point in the history
  3. fix: update snapshots

    aladdin-add committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2f61590 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore: refactor export content

    Signed-off-by: 唯然 <[email protected]>
    aladdin-add committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1a6fe9d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix: review suggestions

    aladdin-add committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5b83cf0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    aladdin-add authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    36ad1ec View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Update lib/config-generator.js

    Co-authored-by: Francesco Trotta <[email protected]>
    aladdin-add and fasttime authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c8011ce View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update README.md

    Co-authored-by: Francesco Trotta <[email protected]>
    aladdin-add and fasttime authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a1eae82 View commit details
    Browse the repository at this point in the history
  2. chore: update snapshots

    aladdin-add committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0c19e32 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. fix: revert re-ordering

    aladdin-add committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0551e86 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Update lib/config-generator.js

    Co-authored-by: Milos Djermanovic <[email protected]>
    aladdin-add and mdjermanovic authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e7da8c7 View commit details
    Browse the repository at this point in the history
  2. chore: update snapshots

    aladdin-add committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fce14fd View commit details
    Browse the repository at this point in the history