From 9c4214bc879cc892fd8ba4f1259c7d0686b0d7c2 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 24 Jan 2024 06:52:31 -0700 Subject: [PATCH] fix: Remove Google style guide (#82) fixes #75 --- lib/init/config-initializer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/init/config-initializer.js b/lib/init/config-initializer.js index fe0dc92..bbf12db 100644 --- a/lib/init/config-initializer.js +++ b/lib/init/config-initializer.js @@ -458,7 +458,6 @@ function promptUser() { styleGuides.push( { message: "Airbnb: https://github.com/airbnb/javascript", name: "airbnb" }, { message: "Standard: https://github.com/standard/standard", name: "standard" }, - { message: "Google: https://github.com/google/eslint-config-google", name: "google" }, { message: "XO: https://github.com/xojs/eslint-config-xo", name: "xo" } ); }