source: Dev/trunk/client/qed/.jshintrc @ 438

Last change on this file since 438 was 431, checked in by hendrikvanantwerpen, 12 years ago

Added basic HTML linting.

Added htmllint as grunt task.
Moved jshint and htrmllint options to separate rc files.

File size: 354 bytes
RevLine 
[431]1{
2    "bitwise": true,
3    "curly": true,
4    "eqeqeq": true,
5    "immed": true,
6    "indent": 4,
7    "latedef": true,
8    "newcap": true,
9    "noarg": true,
10    "undef": true,
11    "unused": false,
12    "strict": false,
13
14    "loopfunc": true,
15
16    "devel": true,
17    "node": true,
18
19    "globals": {
20        "require": true,
21        "define": true
22    }
23}
Note: See TracBrowser for help on using the repository browser.