UNPKG

@inkdropapp/mcp-server

Version:

Inkdrop Model Context Protocol Server

13 lines (11 loc) 228 B
/** @type {import('prettier').Options} */ const options = { arrowParens: 'avoid', singleQuote: true, bracketSpacing: true, endOfLine: 'lf', semi: false, tabWidth: 2, trailingComma: 'none' } export default options