countdowntimer
Version:
Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.
17 lines (16 loc) • 437 B
Plain Text
{
"rules": {
"semi": ["off", "always"],
"quotes": ["off", "single"],
"no-unsafe-finally": "off",
"no-native-reassign": "off",
"complexity": ["off", 11],
"comma-dangle": "error",
"require-yield": "off",
"no-undef": "off",
"no-unused-vars": "off",
"no-octal": "off",
"no-mixed-spaces-and-tabs": "off"
},
"extends": "eslint:recommended"
}