Skip to content

Releases: NullVoxPopuli/eslint-configs

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/eslint-configs@3.2.2

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

Patch Changes

@nullvoxpopuli/eslint-configs@3.2.1

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/eslint-configs@3.2.0

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

Minor Changes

@nullvoxpopuli/eslint-configs@3.1.4

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

Patch Changes

@nullvoxpopuli/eslint-configs@3.1.3

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/eslint-configs@3.1.2

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

Patch Changes

@nullvoxpopuli/eslint-configs@3.1.1

31 Jan 04:11
b8901da
Compare
Choose a tag to compare

Patch Changes

@nullvoxpopuli/eslint-configs@3.1.0

31 Jan 02:56
f04ddd2
Compare
Choose a tag to compare

Minor Changes

  • #347 c99bdbd Thanks @NullVoxPopuli! - Add crossPlatform config. This is considered beta for now, and is not explicitly under SemVer at this time

@nullvoxpopuli/eslint-configs@3.0.4

16 Jan 20:18
9c5d27a
Compare
Choose a tag to compare

Patch Changes