Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1443 from Fdawgs/chore/tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 1, 2023
2 parents b810713 + 922bdd6 commit 9788828
Show file tree
Hide file tree
Showing 14 changed files with 309 additions and 343 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
"plugin:promise/recommended",
"plugin:regexp/recommended",
"plugin:security/recommended",
"plugin:security-node/recommended",
"prettier",
],
overrides: [
Expand Down Expand Up @@ -40,14 +39,7 @@ module.exports = {
// Explicitly tell ESLint to parse JavaScript as CommonJS, as airbnb-base sets this to "modules" for ECMAScript
sourceType: "script",
},
plugins: [
"import",
"jsdoc",
"promise",
"regexp",
"security",
"security-node",
],
plugins: ["import", "jsdoc", "promise", "regexp", "security"],
root: true,
rules: {
"@eslint-community/eslint-comments/disable-enable-pair": "off",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

# Workdir
WORKDIR /usr/app
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
> **Note**
> As of 2023-05-03 I am no longer employed by Somerset NHS Foundation Trust.
> However, this repository will continue to be maintained as it acts as
> a 'canary in the coalmine' for changes to Node and other dependencies.
> This repository is unmaintained as of 2023-05-03 as
> I am no longer employed by Somerset NHS Foundation Trust.
<a href="https://somersetft.nhs.uk/yeovilhospital/">
<img alttext="Somerset NHSFT logo" src="https://raw.githubusercontent.com/Fdawgs/yh-sider-obfuscation-service/main/docs/images/somerset-nhsft-logo-left-aligned-transparent-background.png" width="480" />
Expand Down
Loading

0 comments on commit 9788828

Please sign in to comment.