Add eslint-config-prettier to solve conflicts between prettier and eslint

This commit is contained in:
Alex Gleason
2023-08-31 13:27:28 -05:00
parent 864dd28b26
commit 48cb9046c4
3 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"root": true,
"extends": ["prettier"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "babel"],