mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-19 13:13:22 +08:00
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"prettier.tabWidth": 2,
|
|
"prettier.printWidth": 100
|
|
}
|