Skip to content

Commit

Permalink
Merge pull request #168 from mmgoodnow/mg-update-deps
Browse files Browse the repository at this point in the history
Mg update deps
  • Loading branch information
mmgoodnow committed Dec 28, 2021
2 parents ef175fe + 9fc0115 commit 9142e86
Show file tree
Hide file tree
Showing 29 changed files with 2,943 additions and 8,777 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 12
},
"ecmaVersion": 2020
},
"rules": {
"no-mixed-spaces-and-tabs": "off"
}
Expand Down
6 changes: 6 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run build
npx --no-install lint-staged

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v14
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:14
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci
Expand Down

0 comments on commit 9142e86

Please sign in to comment.