Files
TokenizeRWATemplate/projects/TokenizeRWATemplate-frontend/.prettierrc.cjs
Raghav d62f2fd1ca
Some checks failed
Release / Run TokenizeRWATemplate-contracts release (push) Has been cancelled
Release / Run TokenizeRWATemplate-frontend release (push) Has been cancelled
Update project templates and workspace configuration files
Co-Authored-By: Oz <oz-agent@warp.dev>
2026-04-16 10:38:17 +05:30

11 lines
184 B
JavaScript
Executable File

module.exports = {
singleQuote: true,
jsxSingleQuote: false,
semi: false,
tabWidth: 2,
trailingComma: 'all',
printWidth: 140,
endOfLine: 'lf',
arrowParens: 'always',
}