Skip to content

Commit

Permalink
fix: Remove Google style guide (#82)
Browse files Browse the repository at this point in the history
fixes #75
  • Loading branch information
nzakas committed Jan 24, 2024
1 parent f893814 commit 9c4214b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/init/config-initializer.js
Expand Up @@ -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" }
);
}
Expand Down

0 comments on commit 9c4214b

Please sign in to comment.