UNPKG

@contentpilot/sticky-navigation

Version:

Add identifiers and activate the anchors that have these identifier and are intercepted with the scroll.

13 lines (12 loc) 250 B
module.exports = { useTabs: true, tabWidth: 4, printWidth: 80, singleQuote: true, trailingComma: 'es5', bracketSpacing: true, parenSpacing: true, jsxBracketSameLine: false, semi: true, arrowParens: 'always', }