Skip to content

Commit

Permalink
lint: disable now unused eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Aug 29, 2024
1 parent 6db55be commit bb5d73e
Show file tree
Hide file tree
Showing 7 changed files with 7,737 additions and 5,651 deletions.
1 change: 1 addition & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
"@vue/typescript/recommended",
"plugin:eslint-comments/recommended",
"prettier",
"plugin:oxlint/recommended",
],
plugins: ["unicorn"],
ignorePatterns: ["src/types/backend/**"],
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-oxlint": "0.9.1",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vue": "9.27.0",
"husky": "9.1.4",
Expand Down
Loading

0 comments on commit bb5d73e

Please sign in to comment.