Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
There are warnings generated that are not desired. I had to edit the option_dict.single = true;
option_dict.long = true;
// ... |
Beta Was this translation helpful? Give feedback.
0 replies
-
// file foo.mjs
/*jslint
long,
node,
single,
....
*/
import fs from 'fs';
...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
In browser extension development, such in-file config is not desirable, neither is adding identical config to each and every file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a setting file for JSLint options in VSCode?
Beta Was this translation helpful? Give feedback.
All reactions