Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 25, 2024
1 parent 7627249 commit 4ec3c2b
Show file tree
Hide file tree
Showing 3 changed files with 2,021 additions and 3,168 deletions.
18 changes: 1 addition & 17 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:prettier/recommended"
],
"plugins": ["@typescript-eslint", "prettier", "import"],
"rules": {
"import/no-unresolved": "off",
"import/order": [
"error",
{
"alphabetize": {
"order": "asc",
"caseInsensitive": true
},
"newlines-between": "never"
}
]
}
"plugins": ["@typescript-eslint", "prettier"]
}
Loading

0 comments on commit 4ec3c2b

Please sign in to comment.