epiphany/node_modules/stylelint-declaration-strict-value/.prettierrc

10 lines
159 B
Text
Raw Normal View History

2023-12-09 22:48:07 -08:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}