Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Dec 9, 2024
1 parent 4af20bc commit b11ab66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
import eslint from "@eslint/js";
import eslintPlguinSimpleImportSort from "eslint-plugin-simple-import-sort";
import eslintPluginSimpleImportSort from "eslint-plugin-simple-import-sort";
import eslintPluginUnicorn from "eslint-plugin-unicorn";
import globals from "globals";
import tseslint from "typescript-eslint";
Expand Down Expand Up @@ -32,7 +32,7 @@ export default tseslint.config(
globals: globals.node,
},
plugins: {
"simple-import-sort": eslintPlguinSimpleImportSort,
"simple-import-sort": eslintPluginSimpleImportSort,
},
},
{
Expand Down

0 comments on commit b11ab66

Please sign in to comment.