mirror of
https://github.com/MetaProvide/talked-client.git
synced 2024-11-21 15:07:56 +00:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"extends": ["stylelint-prettier/recommended"],
|
|
"rules": {
|
|
"prettier/prettier": [
|
|
true,
|
|
{
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"printWidth": 100
|
|
}
|
|
],
|
|
"string-quotes": "double"
|
|
}
|
|
}
|