UNPKG

imagic-timer

Version:

A minimalist and robust timer management library for JavaScript. Provides safe creation, pausing, resuming, and clearing of intervals and timeouts with automatic unique ID generation and error handling.

22 lines (21 loc) 532 B
{ "extends": ["airbnb", "eslint-config-airbnb-base", "prettier"], "rules": { "indent": ["error", 4], "semi": "off", "prettier/prettier": ["error"], "no-unused-vars": "warn", "max-len": ["error", { "code": 150 }], "no-console": "off", "import/extensions": "off" }, "parserOptions": { "ecmaVersion": 2022, "sourceType": "module" }, "env": { "es6": true, "node": true }, "plugins": ["import", "prettier", "node"] }