From 566dadf7a8379b16e8ec53619bab91c63b0c1eac Mon Sep 17 00:00:00 2001 From: Sanjeet Suhag Date: Mon, 11 Jul 2022 15:03:14 -0400 Subject: [PATCH] Removes redundant config extension --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index f28d0b88..3a1c29d6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": ["cesium/node", "prettier"], + "extends": ["cesium/node"], "rules": { "no-unused-vars": ["error", {"args": "none"}] }