Skip to content

Commit 9c4214b

Browse files
authored
fix: Remove Google style guide (#82)
fixes #75
1 parent f893814 commit 9c4214b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/init/config-initializer.js

-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ function promptUser() {
458458
styleGuides.push(
459459
{ message: "Airbnb: https://github.com/airbnb/javascript", name: "airbnb" },
460460
{ message: "Standard: https://github.com/standard/standard", name: "standard" },
461-
{ message: "Google: https://github.com/google/eslint-config-google", name: "google" },
462461
{ message: "XO: https://github.com/xojs/eslint-config-xo", name: "xo" }
463462
);
464463
}

0 commit comments

Comments
 (0)