UNPKG

react-native-background-timer

Version:

Emit event periodically (even when app is in the background)

9 lines (8 loc) 259 B
module.exports = { extends: ['airbnb', 'prettier'], plugins: ['import', 'jsx-a11y', 'prettier', 'react', 'react-hooks'], rules: { 'class-methods-use-this': ['error', { exceptMethods: ['start', 'stop'] }], 'prettier/prettier': ['error'], }, };