angular-flip-clock
Version:
Port of FlipClock.js to Angular without any dependencies
25 lines (24 loc) • 387 B
Plain Text
{
"bitwise": true,
"immed": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"trailing": true,
"maxlen": 200,
"boss": true,
"eqnull": true,
"expr": true,
"globalstrict": true,
"strict": false,
"laxbreak": true,
"loopfunc": true,
"sub": true,
"undef": true,
"browser": true,
"indent": 2,
"globals": {
"angular": false
}
}