Skip to content

Commit

Permalink
style: remove unnecessary unicorn in plugins array
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 21, 2024
1 parent 44d78e1 commit da4b3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"project": "tsconfig.json",
"sourceType": "module"
},
"plugins": ["@typescript-eslint", "simple-import-sort", "unicorn"],
"plugins": ["@typescript-eslint", "simple-import-sort"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit da4b3da

Please sign in to comment.