Skip to content

Commit c1b00c3

Browse files
authored
πŸ“ fix typos (#60)
Fixes typos across multiple files.
1 parent c7299fa commit c1b00c3

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

β€Ž.prettierrc.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* https://prettier.io/docs/en/
33
* Prettier configuration file
4-
* In order to update the this config, update @code-style/code-style
4+
* In order to update the config, update @code-style/code-style
55
*/
66
import config from '@code-style/code-style/prettierrc';
77
export default config;

β€Žpackages/create-configs/.eslintrc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# In order to update the this config, update:
1+
# In order to update the config, update:
22
# @code-style/eslint-config
33
# @code-style/eslint-config-node
44
# @code-style/eslint-config-cli

β€Žpackages/create-configs/src/steps/formatting.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function create_prettier_config(
2525
/**
2626
* https://prettier.io/docs/en/
2727
* Prettier configuration file
28-
* In order to update the this config, update @code-style/code-style
28+
* In order to update the config, update @code-style/code-style
2929
*/
3030
import config from '${deps.d.depend('@code-style/code-style', { v })}/prettierrc';
3131
export default config;

β€Žpackages/create-configs/src/steps/language-configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function _generate_base_ts_config({
9595

9696
return {
9797
content: stripIndent`
98-
// In order to update the this config, update @code-style/typescript-configs
98+
// In order to update the config, update @code-style/typescript-configs
9999
${JSON.stringify(config, null, 2)}
100100
`,
101101
dependencies: deps,

β€Žpackages/create-configs/src/steps/lint-configuration.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export function _generate_eslint_config({
140140

141141
return {
142142
content: [
143-
`# In order to update the this config, update:`,
143+
`# In order to update the config, update:`,
144144
_generate_dependency_list(config)
145145
.map((p) => `# ${p}`)
146146
.join('\n'),
@@ -195,7 +195,7 @@ export function _generate_stylelint_config(languages: Language[]): ConfigFile {
195195

196196
return {
197197
content: [
198-
`# In order to update the this config, update ${config.extends.join(', ')}`,
198+
`# In order to update the config, update ${config.extends.join(', ')}`,
199199
stringify(config),
200200
].join('\n'),
201201
dependencies: deps,

β€Žpackages/create-configs/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config-esmodule/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config-jest/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config-nextjs/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config-node/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config-react/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config-typescript/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

β€Žpackages/eslint-config/.eslintrc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# In order to update the this config, update:
1+
# In order to update the config, update:
22
# @code-style/eslint-config
33
# @code-style/eslint-config-node
44
# @code-style/eslint-config-cli

β€Žpackages/eslint-config/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// In order to update the this config, update @code-style/typescript-configs
1+
// In order to update the config, update @code-style/typescript-configs
22
{
33
"extends": [
44
"@code-style/typescript-configs/roles/node",

0 commit comments

Comments
Β (0)