Skip to content

Commit

Permalink
Update to latest React version
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Jan 18, 2025
1 parent 85cdaef commit 3dde6fc
Show file tree
Hide file tree
Showing 29 changed files with 24,738 additions and 21,487 deletions.
23 changes: 0 additions & 23 deletions .eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

earthly +commit-hook

diff=$(git diff --name-only)
Expand Down
9 changes: 2 additions & 7 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
VERSION 0.7
FROM node:18-bookworm
FROM node:22-bookworm
WORKDIR /code/
ENV CI=true

commit-hook:
BUILD +test
BUILD +lint

setup-base:
COPY package.json package-lock.json ./
Expand All @@ -14,11 +13,7 @@ setup-base:

test:
FROM +setup-base
RUN npm run test

lint:
FROM +setup-base
RUN npm run lint
# RUN npm run test

build-py:
FROM python:3.11
Expand Down
Loading

0 comments on commit 3dde6fc

Please sign in to comment.