Skip to content

Commit

Permalink
fix(repo): remove eslint-config-airbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
benpsnyder committed Apr 22, 2024
1 parent c3049c7 commit 4a79c06
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 46 deletions.
31 changes: 26 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"editor.useTabStops": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"git.ignoreLimitWarning": true,
}
"editor.useTabStops": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"git.ignoreLimitWarning": true,
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"biome.rename": true,
"biome_lsp.trace.server": "messages"
}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
},
"overrides": [
{
"include": ["*.ts", "*.tsx"],
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
"linter": {
"rules": {
"correctness": {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"@commitlint/config-lerna-scopes": "^17.4.2",
"@faker-js/faker": "^8.0.2",
"@playwright/test": "^1.32.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"husky": "^8.0.3",
"lerna": "^6.4.1"
},
Expand Down
38 changes: 0 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a79c06

Please sign in to comment.