Skip to content

Commit

Permalink
chore: remove unused eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 authored Jul 14, 2024
1 parent 3504966 commit 28ed2d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
],
"plugins": [
"@typescript-eslint",
"scriptapi",
"only-warn"
],
"parserOptions": {
Expand All @@ -91,10 +90,6 @@
"no-undef": "off",
"prefer-const": "warn",
"lines-between-class-members": "warn",
"scriptapi/no-cycle": "error",
"scriptapi/ensure-modules": "error",
"scriptapi/no-unsupported-features": "error",
"scriptapi/ensure-export-boundaries": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-types": "warn",
"@typescript-eslint/no-unused-vars": "off",
Expand Down

0 comments on commit 28ed2d3

Please sign in to comment.