Skip to content

Commit

Permalink
docs(package presets): capitalize proper nouns (#13402)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jan 6, 2022
1 parent 9743f1e commit b4470ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/presets/internal/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const presets: Record<string, Preset> = {
matchSourceUrlPrefixes: ['https://github.com/apollographql/'],
},
mapbox: {
description: 'All mapbox-related packages',
description: 'All Mapbox-related packages',
matchPackagePrefixes: ['leaflet', 'mapbox'],
},
emberTemplateLint: {
Expand All @@ -33,7 +33,7 @@ export const presets: Record<string, Preset> = {
matchPackagePrefixes: ['@typescript-eslint/', 'eslint'],
},
stylelint: {
description: 'All stylelint packages',
description: 'All Stylelint packages',
matchPackagePrefixes: ['stylelint'],
},
tslint: {
Expand Down

0 comments on commit b4470ea

Please sign in to comment.