source:
Dev/trunk/node_modules/grunt-contrib-copy/.jshintrc
@
529
Last change on this file since 529 was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[484] | 1 | { |
2 | "curly": true, | |
3 | "eqeqeq": true, | |
4 | "immed": true, | |
5 | "latedef": true, | |
6 | "newcap": true, | |
7 | "noarg": true, | |
8 | "sub": true, | |
9 | "undef": true, | |
10 | "boss": true, | |
11 | "eqnull": true, | |
12 | "node": true, | |
13 | "es5": true | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.