UNPKG

webpack-ext-reloader

Version:

Watch for file changes and reload WebExtensions on browsers.

10 lines (8 loc) 166 B
/** @type {import('prettier').Config} */ const config = { singleQuote: true, semi: true, arrowParens: 'always', printWidth: 120, }; module.exports = config;