Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix failing JSLint unit test after #7362.
Browse files Browse the repository at this point in the history
Make JSLint believe it's alone.
  • Loading branch information
busykai committed Dec 12, 2014
1 parent e04815d commit 32607b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/extensions/default/JSLint/unittest-files/.brackets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"spaceUnits": 2,
"linting.collapsed": false
}
},
"language": {
"javascript": {
"linting.prefer": ["JSLint"],
"linting.usePreferredOnly": true
}
}
}

0 comments on commit 32607b9

Please sign in to comment.