UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

9 lines (8 loc) 136 B
/** * Default settings for Electron applications. */ module.exports = { settings: { 'import/core-modules': ['electron'], }, }