Update Dockerfile-web-ui-dev to use eslint-plugin-jsdoc@39.6.4

This commit is contained in:
2025-02-01 22:26:44 +07:00
parent 6b7c45e38b
commit 9d3b86ecf8

View File

@@ -34,7 +34,6 @@ RUN yarn -v
#RUN npm i --max-old-space-size=12000 --loglevel=verbose #RUN npm i --max-old-space-size=12000 --loglevel=verbose
# RUN yarn add eslint-plugin-jsdoc@37.9.7 --dev --ignore-engines # RUN yarn add eslint-plugin-jsdoc@37.9.7 --dev --ignore-engines
RUN yarn add eslint-plugin-jsdoc@39.6.4 --dev --ignore-engines
# Explicitly install Tailwind CSS and plugins if needed # Explicitly install Tailwind CSS and plugins if needed
RUN yarn add -D tailwindcss postcss autoprefixer @tailwindcss/typography RUN yarn add -D tailwindcss postcss autoprefixer @tailwindcss/typography