mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
10 lines
187 B
Plaintext
Executable File
10 lines
187 B
Plaintext
Executable File
{
|
|
"arrowParens": "avoid",
|
|
"quoteProps": "as-needed",
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"endOfLine": "crlf"
|
|
}
|