Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Apr 25, 2023
1 parent 2a526c9 commit ffd43c7
Show file tree
Hide file tree
Showing 13 changed files with 25,167 additions and 25,148 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"project": "./tsconfig.json"
},
"rules": {
"filenames/match-regex": 1,
"filenames/match-regex": 0,
"filenames/match-exported": 1,
"filenames/no-index": 1
"filenames/no-index": 1,
"no-console": "off",
"no-throw-literal": "off"
},
"env": {
"node": true,
Expand Down
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Loading

0 comments on commit ffd43c7

Please sign in to comment.