Changeset View
Changeset View
Standalone View
Standalone View
support/lint/node.jshintrc
| Show All 9 Lines | |||||
| "undef": true, | "undef": true, | ||||
| "unused": true, | "unused": true, | ||||
| "expr": true, | "expr": true, | ||||
| "loopfunc": true, | "loopfunc": true, | ||||
| "sub": true, | "sub": true, | ||||
| "globals": { | "globals": { | ||||
| "JX": false, | "JX": true, | ||||
| "__DEV__": false | "__DEV__": false | ||||
| }, | }, | ||||
| "node": true | "node": true | ||||
| } | } | ||||