Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 30, 2023
1 parent b14ce7d commit aa96f48
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 148 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
"object-shorthand": "error",
"one-var": ["error", "never"],
"prefer-arrow-callback": "error",
"prefer-destructuring": ["error", { array: false, object: true }],
"prefer-template": "error",
eqeqeq: "error",
},
Expand All @@ -40,6 +39,10 @@ module.exports = {
].rules,
"@typescript-eslint/no-unnecessary-condition": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/prefer-destructuring": [
"error",
{ array: false, object: true },
],
"@typescript-eslint/strict-boolean-expressions": [
"error",
{
Expand Down
Loading

0 comments on commit aa96f48

Please sign in to comment.