Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Jan 30, 2025
1 parent 517be6c commit 0017e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.browser
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update bash python3 make gcc g++ musl-dev xvfb-run curl
WORKDIR /app

COPY package*.json ./
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
COPY babel.config.js lerna.json eslint.config.mjs jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY .rollup ./.rollup
COPY bin ./bin
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update bash python3 make gcc g++ musl-dev xvfb-run curl
WORKDIR /app

COPY package*.json ./
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
COPY babel.config.js lerna.json eslint.config.mjs jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY .rollup ./.rollup
COPY bin ./bin
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update bash python3 make gcc g++ musl-dev xvfb-run curl
WORKDIR /app

COPY package*.json ./
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
COPY babel.config.js lerna.json eslint.config.mjs jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY .rollup ./.rollup
COPY bin ./bin
Expand Down

0 comments on commit 0017e74

Please sign in to comment.