codestates / codestates/BTC2nd-08
File is a CommonJS module; it may be converted to an ES6 module.
Open
complete
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### 어떤 에러인가요?
- vscode warning때문에 오류발생
-

### 에러 메시지
File is a CommonJS module; it may be converted to an ES6 module.
### 에러 핸들링 방법

워크스페이스 셋팅에 들어가서 javascript.validate.enable 수정
```js
"javascript.validate.enable": false
```
### 에러 핸들링을 위해 참고한 레퍼런스 링크
[링크](https://github.com/microsoft/vscode/issues/47299)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.