talked-client/.stylelintrc.json

15 lines
301 B
JSON

{
"extends": ["stylelint-prettier/recommended"],
"rules": {
"prettier/prettier": [
true,
{
"tabWidth": 4,
"singleQuote": false,
"printWidth": 100
}
],
"string-quotes": "double"
}
}