Skip to content

Commit 11e3d96

Browse files
Version Packages
1 parent aaf8a01 commit 11e3d96

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/swift-plums-greet.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @jsimck/eslint-config
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`aaf8a01`](https://github.com/jsimck/eslint-config/commit/aaf8a012dc84c2b94fed9dce0258184d8d2dad64) Thanks [@jsimck](https://github.com/jsimck)! - Updated @typescript-eslint/no-unused-vars to allow unused arguments
8+
39
## 1.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsimck/eslint-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Very opinionated eslint config I use on my projects, includes: prettier, TS, jest, sonarqube and plugin-unicorn. It uses new eslint flat config.",
55
"type": "module",
66
"main": "./index.js",

0 commit comments

Comments
 (0)