mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-23 01:28:02 +00:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"files.eol": "\n",
|
|
"npm.packageManager": "yarn",
|
|
"eslint.enable": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript",
|
|
"typescriptreact"
|
|
]
|
|
}
|