nhfs
Version:
NHFS — A sleek HTTP file server for the web built with Next.js and HeroUI. (Alpha)
15 lines (14 loc) • 315 B
JavaScript
/** @type {import('prettier').Config} */
module.exports = {
semi: true,
singleQuote: false,
trailingComma: 'all',
printWidth: 80,
// tabWidth: 2,
jsxSingleQuote: false,
bracketSpacing: true,
arrowParens: 'avoid',
endOfLine: 'auto',
plugins: ['prettier-plugin-tailwindcss'],
useTabs: false,
};