Skip to content

Commit

Permalink
feat(tools-nx): Initial check-in for Storm-Stack Nx Tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Feb 6, 2024
1 parent 7bdbf07 commit 556997b
Show file tree
Hide file tree
Showing 35 changed files with 15,790 additions and 8,664 deletions.
69 changes: 2 additions & 67 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,9 @@
]
}
],

/******************************
* relay graph-ql
******************************/
"relay.autoStartCompiler": true,
"relay.rootDirectory": "../",
"relay.pathToConfig": "@storm-software/graphql-tools/config/relay.config.js",

/******************************
* VS Code Search
******************************/
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
Expand All @@ -90,66 +82,36 @@
"**/.next": true,
"**/dist": true
},

/******************************
* VS Code colorization
******************************/
"workbench.colorCustomizations": {
"statusBar.background": "#1d232a",
"statusBarItem.hoverBackground": "#313C47",
"statusBar.foreground": "#1fb2a6"
},

/******************************
* Peacock colorization
******************************/
"peacock.color": "#1fb2a6",

/******************************
* bracket pair colorization
******************************/
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.tabCompletion": "on",

/******************************
* Typescript
******************************/
"typescript.tsserver.log": "verbose",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,

/******************************
* Tailwind CSS
******************************/
"tailwindCSS.experimental.classRegex": [
[
"cva(?:<[^>]*>)?(([^)]*))",
"[\"'`]([^\"'`]*).*?[\"'`]",
"(?:twMerge|twJoin)\\(([^\\);]*)[\\);]"
]
],

/******************************
* BiomeJs
******************************/
"biome.rename": true,

"editor.codeActionsOnSave": {
"quickfix.biome": "explicit"
},

/******************************
* eslint / prettier
******************************/
"editor.formatOnSave": false,
"editor.defaultFormatter": "biomejs.biome",
"files.associations": {
"*.hbs": "handlebars",
"*.acid": "acidic",
"*.acidic": "acidic"
},

"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
Expand Down Expand Up @@ -194,50 +156,26 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
},

/******************************
* Markdown
******************************/
"[markdown]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true
},

/******************************
* Prisma
******************************/
"[prisma]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "Prisma.prisma"
},

/******************************
* Acidic
******************************/
"[acidic]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "Prisma.prisma"
},

/******************************
* Handlebars
******************************/
"[handlebars]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "biomejs.biome"
},

/******************************
* csharpier
******************************/
"[csharp]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
},

/******************************
* vscode-icons
******************************/
"vsicons.associations.files": [
{
"icon": "registry",
Expand Down Expand Up @@ -383,10 +321,6 @@
"format": "svg"
}
],

/******************************
* commitizen
******************************/
"commitizen.capitalizeWindowsDriveLetter": true,
"commitizen.autoSync": false,
"commitizen.showOutputChannel": "always",
Expand All @@ -396,5 +330,6 @@
"quickfix.biome": "explicit",
"source.sortMembers": "explicit"
}
}
},
"eslint.validate": ["json"]
}

0 comments on commit 556997b

Please sign in to comment.