Skip to content
Snippets Groups Projects
Unverified Commit b4470ea8 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(package presets): capitalize proper nouns (#13402)

parent 9743f1ef
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ export const presets: Record<string, Preset> = { ...@@ -20,7 +20,7 @@ export const presets: Record<string, Preset> = {
matchSourceUrlPrefixes: ['https://github.com/apollographql/'], matchSourceUrlPrefixes: ['https://github.com/apollographql/'],
}, },
mapbox: { mapbox: {
description: 'All mapbox-related packages', description: 'All Mapbox-related packages',
matchPackagePrefixes: ['leaflet', 'mapbox'], matchPackagePrefixes: ['leaflet', 'mapbox'],
}, },
emberTemplateLint: { emberTemplateLint: {
...@@ -33,7 +33,7 @@ export const presets: Record<string, Preset> = { ...@@ -33,7 +33,7 @@ export const presets: Record<string, Preset> = {
matchPackagePrefixes: ['@typescript-eslint/', 'eslint'], matchPackagePrefixes: ['@typescript-eslint/', 'eslint'],
}, },
stylelint: { stylelint: {
description: 'All stylelint packages', description: 'All Stylelint packages',
matchPackagePrefixes: ['stylelint'], matchPackagePrefixes: ['stylelint'],
}, },
tslint: { tslint: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment