UNPKG

scroll-lock-body

Version:

scroll lock the body and remember the position

16 lines (13 loc) 270 B
// @ts-check /* eslint-env node */ /** * An object with Prettier.js options. * @type {import('prettier').Options} */ const options = { jsxBracketSameLine: true, quoteProps: 'consistent', singleQuote: true, trailingComma: 'all', }; module.exports = options;