Build mobile apps with simple HTML, CSS, and JS components. http://goratchet.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
364 B

{
"bitwise" : true,
"browser" : true,
"curly" : true,
"devel" : true,
"eqeqeq" : true,
"expr" : true,
"forin" : true,
"freeze" : true,
"immed" : true,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"nonbsp" : true,
"noempty" : true,
"plusplus": false,
"strict" : true,
"undef" : true,
"unused" : true
}