I am trying to get the .brackets.json
to work with JSLint in Brackets 1.0, as it is described here. Actually I want a global JSLint configuration instead of adding the JSLint-lines to each file.
For an MWE, I created this very simple project, where I want the JSLint option plusplus
to be enabled.
As soon I open this project in Brackets, I am still getting an "Unexpected '++'
JSLint Error. It seems, that the .brackets.json
is ignored by Brackets.
How can I enable/use the .brackets.json
?