Skip to content

Commit

Permalink
Merge pull request #497 from NullVoxPopuli/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
NullVoxPopuli authored Aug 19, 2023
2 parents 5c7bbac + f65e97b commit 8d11285
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/rude-pigs-sparkle.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @nullvoxpopuli/eslint-configs

## 3.2.1

### Patch Changes

- [#496](https://github.com/NullVoxPopuli/eslint-configs/pull/496) [`bca6895`](https://github.com/NullVoxPopuli/eslint-configs/commit/bca6895f5f7a38e21dd2d9e1eb716e93d3ab0bdc) Thanks [@NullVoxPopuli](https://github.com/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
```

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullvoxpopuli/eslint-configs",
"version": "3.2.0",
"version": "3.2.1",
"description": "eslint configs for the NullVoxPopuli's projects",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 8d11285

Please sign in to comment.