microsoft / vscode-jshint

VSCode extension to integrate jshint into VSCode
https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint
MIT License
72 stars 48 forks source link

Inline Configuration: Comments should override rules for that block/line #43

Closed zwacky closed 7 years ago

zwacky commented 7 years ago

/* jshint laxcomma:false */ or // jshint laxcomma:false

should be taken into account when linting. seen http://jshint.com/docs/ under "Inline Configuration"

zwacky commented 7 years ago

Realized the issue sat behind the screen. It does work, it should read laxcomma:true.