mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
6 lines
175 B
JSON
6 lines
175 B
JSON
{
|
|
"prettier.documentSelectors": ["src/**/*.{ts,tsx}", "*.{js,json}"],
|
|
"vitest.include": ["src/**/*.spec.ts"],
|
|
"githubPullRequests.ignoredPullRequestBranches": ["dev"]
|
|
}
|