Skip to content

Commit b59020c

Browse files
committed
Update to latest eslint plugins
1 parent 560ba21 commit b59020c

File tree

4 files changed

+366
-103
lines changed

4 files changed

+366
-103
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7-
## [Unreleased]
7+
## [2.4.0] - 2024-04-07
88
#### Added
99
* *Nothing*
1010

1111
#### Changed
12-
* *Nothing*
12+
* Update to `@typescript-eslint/*` deps v7.x
13+
* Update to `eslint-config-airbnb-typescript` deps v18.x
1314

1415
#### Deprecated
1516
* *Nothing*

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ version: '3'
33
services:
44
shlink_js_coding_standard_node:
55
container_name: shlink_js_coding_standard_node
6-
image: node:20.3-alpine
6+
image: node:20.12-alpine
77
volumes:
88
- ./:/home/shlink

0 commit comments

Comments
 (0)