polished
Version:
A lightweight toolset for writing styles in Javascript.
12 lines (11 loc) • 372 B
JSON
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": "/Users/brianhough/Repos/polished/.yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"flow.pathToFlow": "${workspaceFolder}/.yarn/sdks/flow-bin/cli.js"
}