mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
9 lines
135 B
JSON
9 lines
135 B
JSON
|
{
|
||
|
"eslint.packageManager": "yarn",
|
||
|
"eslint.validate": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"typescriptreact"
|
||
|
]
|
||
|
}
|