Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 18, 2024
1 parent b97fdb4 commit a0ab66f
Show file tree
Hide file tree
Showing 4 changed files with 2,427 additions and 10,376 deletions.
15 changes: 12 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"ignorePatterns": ["vite.config.ts", "scripts"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "require-extensions"],
"plugins": ["@typescript-eslint", "require-extensions", "tree-shaking"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
Expand All @@ -24,6 +24,15 @@
{
"argsIgnorePattern": "^_"
}
]
}
],
"tree-shaking/no-side-effects-in-initialization": ["error"]
},
"overrides": [
{
"files": ["tests/**/*"],
"rules": {
"tree-shaking/no-side-effects-in-initialization": ["off"]
}
}
]
}
Loading

0 comments on commit a0ab66f

Please sign in to comment.