Skip to content

Commit

Permalink
chore: refactor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Jul 21, 2023
1 parent 12b94e7 commit 954662a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .config/.sharedconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

overrideScripts:
'prepare:vscode': 'npm-run-all build && node bin/vscode-shared-config'
'release': 'npm-run-all prepare lint build generate'
11 changes: 6 additions & 5 deletions .sharedconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ mergeRules:
'.vscode/settings.json': [
'javascript.preferences.importModuleSpecifierEnding',
'typescript.preferences.importModuleSpecifierEnding',
"typescript.preferences.importModuleSpecifier"
'typescript.preferences.importModuleSpecifier',
'material-icon-theme.files.associations'
]
'.gitignore': true
'.npmignore': true
Expand All @@ -18,10 +19,10 @@ ignorePatterns:
'.npmignore': ['.editorconfig', '.prettierignore', '.prettierrc', '.vscode']

scripts:
"prepare": "npm-run-all prepare:*"
"prepare:vscode": "vscode-shared-config"
"lint": "npm-run-all lint:*"
"lint:spell": 'cspell -c .vscode/cspell.json --no-summary "**/*.{js,ts,tsx,md,yml,json}"'
'prepare': 'npm-run-all prepare:*'
'prepare:vscode': 'vscode-shared-config'
'lint': 'npm-run-all lint:*'
'lint:spell': 'cspell -c .vscode/cspell.json --no-summary "**/*.{js,ts,tsx,md,yml,json}"'

dependencies:
- 'prettier'
Expand Down

0 comments on commit 954662a

Please sign in to comment.