Skip to content

Commit

Permalink
.vscode/settings.json > settings.example.json (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dionysusnu authored Jan 18, 2024
1 parent 6e32a8d commit 23fe48a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 24 deletions.
13 changes: 1 addition & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,7 @@
"plugin:prettier/recommended"
],
"rules": {
"prettier/prettier": [
"warn",
{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"arrowParens": "avoid"
}
],
"prettier/prettier": "warn",
"@typescript-eslint/array-type": [
"warn",
{
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
out
/devhub-scraper-master
/devhub-scraper.zip
.vscode/settings.json
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"arrowParens": "avoid"
}
12 changes: 12 additions & 0 deletions .vscode/settings.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"eslint.run": "onType",
"eslint.format.enable": true
}
12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 23fe48a

Please sign in to comment.