CI: Migrate npm to pnpm #97
Annotations
11 warnings
eslint-prettier
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
eslint-prettier:
frontend/src/components/ChatSection.jsx#L2
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|
eslint-prettier:
frontend/src/components/CopyCode.jsx#L2
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|
eslint-prettier:
frontend/src/components/InputBox.jsx#L3
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|
eslint-prettier:
frontend/src/components/Markdown.jsx#L2
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|
eslint-prettier:
frontend/src/components/Markdown.jsx#L6
'oneDark' is defined but never used
|
eslint-prettier:
frontend/src/components/Message.jsx#L5
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|
eslint-prettier:
frontend/src/components/Nav.jsx#L1
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|
eslint-prettier:
frontend/src/components/Nav.jsx#L50
'setTheme' is assigned a value but never used
|
eslint-prettier:
frontend/src/components/Nav.jsx#L50
'theme' is assigned a value but never used
|
eslint-prettier:
frontend/src/components/SideBar.jsx#L1
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
|