Fix Prettier errors
This commit is contained in:
parent
80ee4dcd9f
commit
d2903c279f
@ -85,7 +85,16 @@ export const toolsByCategory: ToolCategory[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Development',
|
name: 'Development',
|
||||||
components: [gitMemo, randomPortGenerator, crontabGenerator, jsonViewer, jsonMinify, sqlPrettify, chmodCalculator, dockerToDockerCompose],
|
components: [
|
||||||
|
gitMemo,
|
||||||
|
randomPortGenerator,
|
||||||
|
crontabGenerator,
|
||||||
|
jsonViewer,
|
||||||
|
jsonMinify,
|
||||||
|
sqlPrettify,
|
||||||
|
chmodCalculator,
|
||||||
|
dockerToDockerCompose,
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Math',
|
name: 'Math',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user