fu_local/.prettierrc.json

17 lines
299 B
JSON

{
"printWidth": 100,
"endOfLine": "lf",
"useTabs": false,
"singleQuote": true,
"bracketSpacing": true,
"semi": true,
"overrides": [
{
"files": "assets/*.js",
"options": {
"parser": "meriyah"
}
}
]
}