1
0
Fork 0
mirror of https://github.com/MetaProvide/talked-client.git synced 2025-04-12 08:08:13 +00:00
talked-client/.stylelintrc.json

14 lines
301 B
JSON

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