Skip to content

Releases: NullVoxPopuli/eslint-configs

v4.3.0-@nullvoxpopuli/eslint-configs: Merge pull request #656 from NullVoxPopuli/release-preview

01 Nov 05:03
89105f4
Compare
Choose a tag to compare

Release (2024-11-01)

@nullvoxpopuli/eslint-configs 4.3.0 (minor)

🚀 Enhancement

Committers: 1

v4.2.0-@nullvoxpopuli/eslint-configs: Merge pull request #655 from NullVoxPopuli/release-preview

02 Aug 15:37
2e4c3bf
Compare
Choose a tag to compare

Release (2024-08-02)

@nullvoxpopuli/eslint-configs 4.2.0 (minor)

🚀 Enhancement

Committers: 1

v4.1.0-@nullvoxpopuli/eslint-configs: Merge pull request #640 from NullVoxPopuli/release-preview

02 Aug 15:26
b81eaab
Compare
Choose a tag to compare

Release (2024-08-02)

@nullvoxpopuli/eslint-configs 4.1.0 (minor)

🚀 Enhancement

Committers: 1

v4.0.0-@nullvoxpopuli/eslint-configs: Prepare Release using 'release-plan' (#630)

14 May 22:06
5de0b58
Compare
Choose a tag to compare

Release (2024-05-14)

@nullvoxpopuli/eslint-configs 4.0.0 (major)

💥 Breaking Change

🐛 Bug Fix

  • @nullvoxpopuli/eslint-configs

🏠 Internal

Committers: 2

@nullvoxpopuli/[email protected]

19 Aug 19:17
710776c
Compare
Choose a tag to compare

Patch Changes

@nullvoxpopuli/[email protected]

19 Aug 18:25
8d11285
Compare
Choose a tag to compare

Patch Changes

  • #496 bca6895 Thanks @NullVoxPopuli! - ```js
    '@typescript-eslint/prefer-optional-chain': 'off',

    
    we typically want this one enabled,
    but in a major release of typescript-eslint,
    it began to require that tsconfig.json be passed
    which, means we need to disable the lint.
    in a future release of `@nullvoxpopuli/eslint-configs`,
    we can conditionally add the tsconfig-needing lints
    if a tsconfig path is passed,
    or a local tsconfig.json is present and detected
    
    this capability will align with the upcoming eslint 9
    config in the next major of eslint-configs
    

@nullvoxpopuli/[email protected]

09 Jul 21:44
f917038
Compare
Choose a tag to compare

Minor Changes

@nullvoxpopuli/[email protected]

29 Jun 18:45
785f37c
Compare
Choose a tag to compare

Patch Changes

@nullvoxpopuli/[email protected]

13 Feb 17:13
4464b4a
Compare
Choose a tag to compare

Patch Changes

  • #362 0efe54e Thanks @simonihmig! - Fix typo in configs/ember.js where requireConfigFile for the @babel/eslint-parser was misspelled.

@nullvoxpopuli/[email protected]

12 Feb 14:45
fbbe3cb
Compare
Choose a tag to compare

Patch Changes