UNPKG

@gravatar-com/quick-editor

Version:

A lightweight library to provide seamless Gravatar profile management for third-party sites

6 lines (5 loc) 177 B
module.exports = { '*.{js,jsx,ts,tsx}': [ () => 'npm run type-check', 'npm run lint:js' ], '*.md': 'npm run lint:md', '*.{js,jsx,ts,tsx,json,yaml,yml}': 'npm run format', };