Skip to content

Commit

Permalink
add-deprecated-rules (#4694)
Browse files Browse the repository at this point in the history
* add deprecated rules
  • Loading branch information
DMarinhoCodacy authored Feb 17, 2025
1 parent ca5e072 commit cb26601
Show file tree
Hide file tree
Showing 150 changed files with 26,949 additions and 87 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine3.20 as builder
FROM node:lts-alpine3.21 as builder

COPY package.json package-lock.json ./

Expand All @@ -9,10 +9,10 @@ COPY src src
COPY docs docs
COPY tsconfig.json ./

RUN npm run build:docs &&\
RUN npm run build &&\
npm run test

FROM node:lts-alpine3.20
FROM node:lts-alpine3.21

COPY --from=builder --chown=docker:docker dist dist
COPY --from=builder --chown=docker:docker docs docs
Expand Down
298 changes: 298 additions & 0 deletions docs/description/@angular-eslint_prefer-standalone-component.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cb26601

Please sign in to comment.