source: Dev/trunk/node_modules/grunt-amd-check/tasks/.jshintrc @ 529

Last change on this file since 529 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 301 bytes
Line 
1{
2        "globals": {
3                "define": false,
4                "module": false
5        },
6
7        "es5":       true,
8        "devel":     true,
9        "node":      true,
10
11        "undef":     true,
12        "unused":    true,
13        "smarttabs": true,
14        "laxbreak":  true,
15        "curly":     true,
16        "eqeqeq":    true,
17        "nonew":     true,
18        "latedef":   true,
19        "sub":       true
20
21}
Note: See TracBrowser for help on using the repository browser.