Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
5ab05396aa chore(release): publish
- @ivuorinen/eslint-config@0.1.10
2023-06-29 00:24:51 +00:00
renovate[bot]
d88bcacfbd fix(deps): update dependency eslint-plugin-n to v16.0.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29 00:24:32 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.9...@ivuorinen/eslint-config@0.1.10) (2023-06-29)
### Bug Fixes
- **deps:** update dependency eslint-plugin-n to v16.0.1 ([d88bcac](https://github.com/ivuorinen/base-configs/commit/d88bcacfbd8a69d6991c7749784184987da103c8))
## [0.1.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.8...@ivuorinen/eslint-config@0.1.9) (2023-06-26)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.1.9",
"version": "0.1.10",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -43,7 +43,7 @@
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.19.0"