Files
lcbp3.np-dms.work/frontend/.prettierrc.json

12 lines
207 B
JSON
Executable File

// File: .prettierrc.json
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}