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) 236 B
module.exports = { env: { browser: true, es6: true, }, extends: ['plugin:jsdoc/recommended'], rules: { quotes: [ 'error', 'single' ], semi: [ 'error', 'always' ], camelcase: [ 'off', { ignoreGlobals: true } ], } };