From 54714f3592d753f8848a230806e476a6c461e0f5 Mon Sep 17 00:00:00 2001 From: Sajal Sharma Date: Mon, 4 Dec 2023 21:50:36 +0530 Subject: [PATCH] fix: prettier extension --- .eslintrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 21733d0..7f8315a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,8 @@ "extends": [ "plugin:react/recommended", "airbnb", - "plugin:@typescript-eslint/recommended" + "plugin:@typescript-eslint/recommended", + "prettier" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -16,7 +17,7 @@ "ecmaVersion": 12, "sourceType": "module" }, - "plugins": ["react", "@typescript-eslint", "react-hooks"], + "plugins": ["react", "@typescript-eslint", "react-hooks", "jsx-a11y"], "rules": { "no-use-before-define": "off", "camelcase": "off",