fu_local/.prettierrc.json

17 lines
299 B
JSON
Raw Normal View History

2023-07-09 04:45:23 +03:00
{
"printWidth": 100,
"endOfLine": "lf",
"useTabs": false,
"singleQuote": true,
"bracketSpacing": true,
"semi": true,
"overrides": [
{
"files": "assets/*.js",
"options": {
"parser": "meriyah"
}
}
]
}