Skip to content

Commit

Permalink
Update dependencies and finetune types
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jul 25, 2024
1 parent 1343e80 commit 48e6a62
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 737 deletions.
15 changes: 14 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"root": true,
"extends": [
"standard",
"@hckrnews/eslint-config",
"plugin:import/recommended",
"plugin:n/recommended",
"plugin:jsdoc/recommended",
Expand All @@ -33,6 +33,13 @@
"webextensions": true
},
"rules": {
"import/extensions": [
"error",
"ignorePackages",
{
"js": "always"
}
],
"block-scoped-var": "error",
"complexity": [
"error",
Expand All @@ -57,6 +64,12 @@
"warn",
20
],
"max-len": [
"warn",
{
"code": 120
}
],
"linebreak-style": [
"warn",
"unix"
Expand Down
Loading

0 comments on commit 48e6a62

Please sign in to comment.