1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 17:46:12 +07:00

Feat: added "Fund this package" button (#375)

This commit is contained in:
Priscila Oliveira
2019-12-18 17:30:42 -03:00
committed by GitHub
parent 3a9f66c023
commit bf093cc27b
9 changed files with 135 additions and 96 deletions

12
.vscode/settings.json vendored
View File

@@ -1,10 +1,10 @@
{
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
// "eslint.validate": [
// "javascript",
// "javascriptreact",
// "typescript",
// "typescriptreact"
// ],
"typescript.tsdk": "node_modules/typescript/lib"
}