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(eslint-plugin): rework configs: recommended, strict, stylistic; -type-checked #5251

Merged

Commits on Jun 25, 2022

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

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    9f697c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272c8cf View commit details
    Browse the repository at this point in the history
  3. Fix configs test too

    JoshuaKGoldberg committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    b6f900f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e108d5c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

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

Commits on Oct 25, 2022

  1. Merge branch 'main'

    JoshuaKGoldberg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1f0c9af View commit details
    Browse the repository at this point in the history
  2. fix(utils): removed TRuleListener generic from the createRule (ty…

    …pescript-eslint#5036)
    
    * refactor(utils)!: removed `TRuleListener` generic from the `createRule`
    
    * refactor!: removed `TRuleListener` generic from the `CLIEngine` and `RuleCreateFunction`
    
    * chore: document and refactor 'extra' to 'parserSettings' (typescript-eslint#5834)
    
    * chore(website): fix renamed Sponsorship docs link (typescript-eslint#5882)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser README (typescript-eslint#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com>
    3 people committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0414e4d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. feat: create TSTypeQuery node when TSImportType has isTypeOf (typescr…

    …ipt-eslint#3076)
    
    * feat: update TSImportType node
    
    * fix: update visitor keys
    
    * chore: document and refactor 'extra' to 'parserSettings' (typescript-eslint#5834)
    
    * chore(website): fix renamed Sponsorship docs link (typescript-eslint#5882)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser README (typescript-eslint#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com>
    3 people committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    04488c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2fbfa View commit details
    Browse the repository at this point in the history
  3. feat(scope-manager): ignore ECMA version (typescript-eslint#5889)

    * feat(scope-manager): ignore ECMA version
    
    * chore: document and refactor 'extra' to 'parserSettings' (typescript-eslint#5834)
    
    * chore(website): fix renamed Sponsorship docs link (typescript-eslint#5882)
    
    * Remove much more
    
    * Fix WebLinter lint
    
    * docs: Mention wide globs performance implications in monorepos docs and parser README (typescript-eslint#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    * chore: add auto-canary release for v6 (typescript-eslint#5883)
    
    Co-authored-by: Adnan Hashmi <56730784+adnanhashmi09@users.noreply.github.com>
    JoshuaKGoldberg and adnanhashmi09 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c446386 View commit details
    Browse the repository at this point in the history
  4. feat: remove semantically invalid properties from TSEnumDeclaration, …

    …TSInterfaceDeclaration and TSModuleDeclaration (typescript-eslint#4863)
    
    * chore: remove invalid properties from ast nodes
    
    * chore: remove invalid code in scope-manager and typescript-estree
    
    * chore: re-write snapshots that were using invalid properties
    
    * feat: remove modifiers union from ast types
    
    Co-authored-by: Juan García <juank1809@gmail.com>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    3 people committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    cf2956f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b90e7c3 View commit details
    Browse the repository at this point in the history
  6. feat(utils): remove (ts-)eslint-scope types (typescript-eslint#5256)

    * chore(utils)\!: remove (ts-)eslint-scope types
    
    * Remove eslint-scope dep
    
    * More file deletions
    JoshuaKGoldberg committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    fff0e29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d85274 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b9c379 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a40b70 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Merge branch 'main'

    JoshuaKGoldberg committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    d434265 View commit details
    Browse the repository at this point in the history
  2. Enabled base config

    JoshuaKGoldberg committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    7e8ca66 View commit details
    Browse the repository at this point in the history
  3. The script runs now

    JoshuaKGoldberg committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    984386a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ccab0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe7b171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d021117 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'v6'

    JoshuaKGoldberg committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    c843741 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

Commits on Dec 8, 2022

  1. Merge branch 'v6'

    JoshuaKGoldberg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    763a10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16370a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4089c1d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Merge branch 'v6'

    JoshuaKGoldberg committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ed459fd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    41cce4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e9557 View commit details
    Browse the repository at this point in the history
  3. pin ts-node to 10.9.0

    JoshuaKGoldberg committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    97965ee View commit details
    Browse the repository at this point in the history
  4. Merge branch 'v6'

    JoshuaKGoldberg committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    de26b3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d294820 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df4ffd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f8f3cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d05507 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    ded136e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc72ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0980718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    717eb93 View commit details
    Browse the repository at this point in the history
  5. Swap 💅 to 🎨

    JoshuaKGoldberg committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    208a75b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. pin ts-node to 10.7.0

    JoshuaKGoldberg committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    83097ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d711d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5a98e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20a3c15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a6281a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c350c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26fff6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f0b98e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05cacb4 View commit details
    Browse the repository at this point in the history
  10. Some more linting

    JoshuaKGoldberg committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    818a6de View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    45f2d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d5ae5 View commit details
    Browse the repository at this point in the history
  3. Added todo

    JoshuaKGoldberg committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    122e95b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    e747315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32811c6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v6'

    JoshuaKGoldberg committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    47bf5d3 View commit details
    Browse the repository at this point in the history
  4. Update packages/eslint-plugin/tools/generate-configs.mts

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    JoshuaKGoldberg and bradzacher committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f041254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2611c58 View commit details
    Browse the repository at this point in the history
  6. lil 'a' typo

    JoshuaKGoldberg committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7bacfdf View commit details
    Browse the repository at this point in the history
  7. Merge branch 'v6'

    JoshuaKGoldberg committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c94af6f View commit details
    Browse the repository at this point in the history
  8. No more .mts needed

    JoshuaKGoldberg committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3260492 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c5d1fe View commit details
    Browse the repository at this point in the history
  10. Fix casing

    JoshuaKGoldberg committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ce77d04 View commit details
    Browse the repository at this point in the history
  11. ...and extensions

    JoshuaKGoldberg committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    aa470c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. git mv for casing

    JoshuaKGoldberg committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a807b42 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge branch '6'

    JoshuaKGoldberg committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ee09857 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    06e6f09 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v6'

    JoshuaKGoldberg committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    48e2f11 View commit details
    Browse the repository at this point in the history