mirror of https://github.com/twbs/ratchet.git
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.
22 lines
444 B
22 lines
444 B
{ |
|
"bitwise" : true, |
|
"browser" : true, |
|
"camelcase" : true, |
|
"curly" : true, |
|
"devel" : true, |
|
"eqeqeq" : true, |
|
"eqnull" : true, |
|
"expr" : true, |
|
"forin" : true, |
|
"freeze" : true, |
|
"immed" : true, |
|
"indent" : 2, |
|
"latedef" : true, |
|
"newcap" : true, |
|
"nonbsp" : true, |
|
"quotmark" : "single", |
|
"strict" : true, |
|
"trailing" : true, |
|
"undef" : true, |
|
"unused" : true |
|
}
|
|
|