Inkdrop MCP Server

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