marbles
Version:
Front-end framework for routing, http, and data handling
25 lines (24 loc) • 406 B
Plain Text
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": true,
"undef": true,
"unused": true,
"newcap": true,
"noarg": true,
"nonew": true,
"trailing": true,
"funcscope": true,
"validthis": true,
"boss": true,
"browser": true,
"esnext": true,
"globals": {
"Marbles": true,
"Promise": true
}
}