Add missing plugin include

This commit is contained in:
Daniel Imms
2024-07-03 04:32:22 -07:00
parent cca051041f
commit 26c072f45c
+1
View File
@@ -6,6 +6,7 @@
},
"parser": "@typescript-eslint/parser",
"plugins": [
"@stylistic/ts",
"@typescript-eslint",
"jsdoc"
],