Skip to content

Commit

Permalink
Merge pull request #38 from trojs/feature/20240725
Browse files Browse the repository at this point in the history
Update dependencies and finetune types
  • Loading branch information
w3nl authored Jul 25, 2024
2 parents 1343e80 + 48e6a62 commit e7221a6
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 e7221a6

Please sign in to comment.