Lines Matching refs:true
3 "bitwise" : true,
4 "camelcase" : true,
5 "curly" : true,
6 "eqeqeq" : true,
7 "forin" : true,
8 "immed" : true,
10 "latedef" : true,
11 "newcap" : true,
12 "noarg" : true,
13 "noempty" : true,
14 "nonew" : true,
15 "plusplus" : true,
16 "quotmark" : true,
17 "undef" : true,
18 "unused" : true,
19 "strict" : true,
20 "trailing" : true,
29 "eqnull" : true,
34 "expr" : true,
35 "funcscope" : true,
36 "globalstrict" : true,
37 "iterator" : true,
50 "browser" : true,
52 "devel" : true,
56 "node" : true,
63 "nomen" : true,
64 "onevar" : true,
66 "white" : true