chore: update .eslintrc.json (#1465)

This commit is contained in:
Tonye Jack
2023-08-21 16:11:26 -06:00
committed by GitHub
parent 31003b45e6
commit 819fb64520
5 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,8 @@
"github"
],
"extends": [
"plugin:github/recommended"
"plugin:github/recommended",
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {