Skip to content

Commit

Permalink
chore: cleaning up some settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 11, 2022
1 parent 47717b0 commit dac431c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"useTabs": false,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"workbench.iconTheme": "material-icon-theme"
"semi": false
}
14 changes: 1 addition & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"editor.formatOnSave": true,

"markdownlint.ignore": ["docs/**"],

"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"todo-tree.tree.showBadges": true,

"vetur.experimental.templateInterpolationService": true,
"cSpell.words": [
"microbundle",
"scripthost"
],
"sort-imports.default-sort-style": "module-compact"
}
}
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/env.d.ts"],
"include": ["src/**/*", "src/**/*.vue", "src/env.d.ts"],
"exclude": ["src/__tests__/**/*"]
}

0 comments on commit dac431c

Please sign in to comment.