diff --git a/.eslintrc b/.eslintrc index c0476488..7dc76aad 100644 --- a/.eslintrc +++ b/.eslintrc @@ -17,7 +17,6 @@ "prettier" ], "rules": { - "no-console": "warn", - "prettier/prettier": "warn" + "no-console": "warn" } } diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b418d5d0..859eb592 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,8 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug -assignees: '' - +assignees: "" ---