jslint-org / jslint

JSLint, The JavaScript Code Quality and Coverage Tool
https://www.jslint.com
The Unlicense
3.62k stars 462 forks source link

JSLint error on Side effect import #433

Closed erosman closed 1 year ago

erosman commented 1 year ago

Describe the bug JSLint error on Side effect import:

import './mod.js';

JSLint - [JSLint was unable to finish] Expected '{' and instead saw './mod.js'.

Jslint edition: vscode-jslint v2023.4.29

Expected behavior No error

kaizhu256 commented 1 year ago
import './mod.js'; //jslint-ignore-line