You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Issue Type
Bug
Issue Description
When do
import { expect } from 'chai'
linter eslint show the error below, but when run eslint don't show this error.Check link I believe that was the reason for this error.
ESLint
Error
import/no-extraneous-dependencies 'chai' should be listed in the project's dependencies, not devDependencies.
The text was updated successfully, but these errors were encountered: